Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 1 | if TARGET_PLATINUM_PICON |
2 | |||||
3 | config SYS_CPU | ||||
4 | default "armv7" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "barco" | ||||
8 | |||||
9 | config SYS_SOC | ||||
10 | default "mx6" | ||||
11 | |||||
12 | config SYS_BOARD | ||||
13 | default "platinum" | ||||
14 | |||||
15 | config SYS_CONFIG_NAME | ||||
16 | default "platinum_picon" | ||||
17 | |||||
18 | endif | ||||
19 | |||||
20 | if TARGET_PLATINUM_TITANIUM | ||||
21 | |||||
22 | config SYS_CPU | ||||
23 | default "armv7" | ||||
24 | |||||
25 | config SYS_VENDOR | ||||
26 | default "barco" | ||||
27 | |||||
28 | config SYS_SOC | ||||
29 | default "mx6" | ||||
30 | |||||
31 | config SYS_BOARD | ||||
32 | default "platinum" | ||||
33 | |||||
34 | config SYS_CONFIG_NAME | ||||
35 | default "platinum_titanium" | ||||
36 | |||||
37 | endif |