blob: a697a54477044374a79a742309709d9f83bd0bba [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_PLUTUX
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 "plutux"
11
12config SYS_VENDOR
13 string
14 default "avionic-design"
15
16config SYS_SOC
17 string
18 default "tegra20"
19
20config SYS_CONFIG_NAME
21 string
22 default "plutux"
23
24endif