Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP3 board select menu to omap3/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap3 Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Tom Rini <trini@ti.com>
15 lines
168 B
Text
15 lines
168 B
Text
if TARGET_NOKIA_RX51
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "rx51"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "nokia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "nokia_rx51"
|
|
|
|
endif
|