mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
47539e2317
Becuase the board select menu in arch/arm/Kconfig is too big, move the KirkWood board select menu to kirkwood/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="kirkwood"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Prafulla Wadasdkar <prafulla@marvell.com> Cc: Luka Perkov <luka@openwrt.org>
15 lines
174 B
Text
15 lines
174 B
Text
if TARGET_NETSPACE_V2
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "netspace_v2"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "LaCie"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "lacie_kw"
|
|
|
|
endif
|