mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
3491ba6311
Becuase the board select menu in arch/arm/Kconfig is too big, move the Davinci board select menu to davinci/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="davinci"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Tom Rini <trini@ti.com> Cc: Heiko Schocher <hs@denx.de> Cc: Sandeep Paulraj <s-paulraj@ti.com>
15 lines
165 B
Text
15 lines
165 B
Text
if TARGET_IPAM390
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "ipam390"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "Barix"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "ipam390"
|
|
|
|
endif
|