mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
c08aa77173
add aristainetso board version CSL. Signed-off-by: Heiko Schocher <hs@denx.de>
35 lines
469 B
Text
35 lines
469 B
Text
if TARGET_ARISTAINETOS2
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 2
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2B
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 3
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2BCSL
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 4
|
|
|
|
endif
|