mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
f40b989863
Becuase the board select menu in arch/arm/Kconfig is too big, move the Rmobile board select menu to rmobile/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="rmobile"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
15 lines
155 B
Text
15 lines
155 B
Text
if TARGET_ALT
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "alt"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "renesas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "alt"
|
|
|
|
endif
|