blob: 2bb12fce755f39d4982a55b479163de2be52aa7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if TARGET_ARISTAINETOS2
source "board/aristainetos/common/Kconfig"
config SYS_BOARD
default "aristainetos"
config SYS_BOARD_VERSION
default 2
config BOARDNAME
default "aristainetos2"
endif
|