mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
3cfbcb58d3
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
176 B
Text
15 lines
176 B
Text
if TARGET_AM3517_CRANE
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "am3517crane"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "am3517_crane"
|
|
|
|
endif
|