blob: ac35d6de6feb4c0c5d2e751e727ef294728286f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_ARISTAINETOS
config SYS_CPU
default "armv7"
config SYS_BOARD
default "aristainetos"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "aristainetos"
endif
|