mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
015c026f7a
add support for aristainetos2c_cslb board variant. Signed-off-by: Heiko Schocher <hs@denx.de>
23 lines
315 B
Text
23 lines
315 B
Text
if TARGET_ARISTAINETOS2C
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 5
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2CCSLB
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 6
|
|
|
|
endif
|