blob: 500b665cb95a6feae18656ec30275c5b14cd7de5 [file] [log] [blame]
Stefano Babic7e929172014-08-11 10:18:41 +02001if TARGET_ARISTAINETOS
2
Stefano Babic7e929172014-08-11 10:18:41 +02003config SYS_BOARD
Stefano Babic7e929172014-08-11 10:18:41 +02004 default "aristainetos"
5
6config SYS_SOC
Stefano Babic7e929172014-08-11 10:18:41 +02007 default "mx6"
8
9config SYS_CONFIG_NAME
Stefano Babic7e929172014-08-11 10:18:41 +020010 default "aristainetos"
11
12endif
Heiko Schocher7254d922015-05-18 13:32:31 +020013
14if TARGET_ARISTAINETOS2
15
16config SYS_BOARD
17 default "aristainetos"
18
19config SYS_SOC
20 default "mx6"
21
22config SYS_CONFIG_NAME
23 default "aristainetos2"
24
25endif