mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
22f2be7a12
Becuase the board select menu in arch/arm/Kconfig is too big, move the Orion5x board select menu to orion5x/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="orion5x"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
15 lines
168 B
Text
15 lines
168 B
Text
if TARGET_EDMINIV2
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "edminiv2"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "LaCie"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "edminiv2"
|
|
|
|
endif
|