mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
3882e6fc01
move defines, which are already moved to Kconfig out of board config. Signed-off-by: Heiko Schocher <hs@denx.de>
32 lines
451 B
Text
32 lines
451 B
Text
if TARGET_ARISTAINETOS2
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 2
|
|
|
|
config BOARDNAME
|
|
default "aristainetos2"
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2B
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "aristainetos2b"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 3
|
|
|
|
config BOARDNAME
|
|
default "aristainetos2-revB"
|
|
|
|
endif
|