Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 1 | if TARGET_ARISTAINETOS |
2 | |||||
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 3 | config SYS_BOARD |
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 4 | default "aristainetos" |
5 | |||||
6 | config SYS_SOC | ||||
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 7 | default "mx6" |
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 10 | default "aristainetos" |
11 | |||||
12 | endif | ||||
Heiko Schocher | 7254d92 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 13 | |
14 | if TARGET_ARISTAINETOS2 | ||||
15 | |||||
16 | config SYS_BOARD | ||||
17 | default "aristainetos" | ||||
18 | |||||
19 | config SYS_SOC | ||||
20 | default "mx6" | ||||
21 | |||||
22 | config SYS_CONFIG_NAME | ||||
23 | default "aristainetos2" | ||||
24 | |||||
25 | endif |