mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
d08215a5f1
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP4 board select menu to omap4/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap4"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Tom Rini <trini@ti.com> Cc: Lokesh Vutla <lokeshvutla@ti.com>
15 lines
174 B
Text
15 lines
174 B
Text
if TARGET_OMAP4_SDP4430
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "sdp4430"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "omap4_sdp4430"
|
|
|
|
endif
|