Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame^] | 1 | if TARGET_COLIBRI_T30 |
2 | |||||
3 | config SYS_CPU | ||||
4 | string | ||||
5 | default "arm720t" if SPL_BUILD | ||||
6 | default "armv7" if !SPL_BUILD | ||||
7 | |||||
8 | config SYS_BOARD | ||||
9 | string | ||||
10 | default "colibri_t30" | ||||
11 | |||||
12 | config SYS_VENDOR | ||||
13 | string | ||||
14 | default "toradex" | ||||
15 | |||||
16 | config SYS_SOC | ||||
17 | string | ||||
18 | default "tegra30" | ||||
19 | |||||
20 | config SYS_CONFIG_NAME | ||||
21 | string | ||||
22 | default "colibri_t30" | ||||
23 | |||||
24 | endif |