mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
ef2b694c73
Move Highbank-specific settings to highbank/Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Rob Herring <robh@kernel.org>
19 lines
207 B
Text
19 lines
207 B
Text
if ARCH_HIGHBANK
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv7"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "highbank"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "highbank"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "highbank"
|
|
|
|
endif
|