mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
6c5431ac81
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP5 board select menu to omap5/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap5"). 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
167 B
Text
15 lines
167 B
Text
if TARGET_DRA7XX_EVM
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "dra7xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "dra7xx_evm"
|
|
|
|
endif
|