mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
72df68cc6b
Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos board select menu to exynos/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="exynos"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
15 lines
194 B
Text
15 lines
194 B
Text
if TARGET_S5PC210_UNIVERSAL
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "universal_c210"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "s5pc210_universal"
|
|
|
|
endif
|