mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
1b857f1a92
remove 2b version of aristainetos board, as it is easier to make the DM / DTS port and introduce the 2b board version again (also some more board version). Signed-off-by: Heiko Schocher <hs@denx.de>
14 lines
197 B
Text
14 lines
197 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
|