CONFIG_BOARDNAME is not longer needed, as we use the model information from DTS. Signed-off-by: Heiko Schocher <hs@denx.de>
11 lines
154 B
Text
11 lines
154 B
Text
if TARGET_ARISTAINETOS2
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_BOARD_VERSION
|
|
default 2
|
|
|
|
endif
|