mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 05:42:58 +00:00
16e16fdde2
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
15 lines
163 B
Text
15 lines
163 B
Text
if NOMADIK_NHK8815
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "nhk8815"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "st"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "nhk8815"
|
|
|
|
endif
|