blob: fcf5e8ef9708c44423f1fdf4aa358b5030e0b8f5 [file] [log] [blame]
Stefan Agner60bae8c2014-08-05 23:27:30 +02001if TARGET_COLIBRI_T30
2
3config SYS_CPU
4 string
5 default "arm720t" if SPL_BUILD
6 default "armv7" if !SPL_BUILD
7
8config SYS_BOARD
9 string
10 default "colibri_t30"
11
12config SYS_VENDOR
13 string
14 default "toradex"
15
16config SYS_SOC
17 string
18 default "tegra30"
19
20config SYS_CONFIG_NAME
21 string
22 default "colibri_t30"
23
24endif