Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | if TARGET_SUN4I |
2 | |||||
3 | config SYS_CPU | ||||
4 | string | ||||
5 | default "armv7" | ||||
6 | |||||
7 | config SYS_BOARD | ||||
8 | string | ||||
9 | default "sunxi" | ||||
10 | |||||
11 | config SYS_SOC | ||||
12 | string | ||||
13 | default "sunxi" | ||||
14 | |||||
15 | config SYS_CONFIG_NAME | ||||
16 | string | ||||
17 | default "sun4i" | ||||
18 | |||||
19 | endif | ||||
20 | |||||
21 | if TARGET_SUN5I | ||||
22 | |||||
23 | config SYS_CPU | ||||
24 | string | ||||
25 | default "armv7" | ||||
26 | |||||
27 | config SYS_BOARD | ||||
28 | string | ||||
29 | default "sunxi" | ||||
30 | |||||
31 | config SYS_SOC | ||||
32 | string | ||||
33 | default "sunxi" | ||||
34 | |||||
35 | config SYS_CONFIG_NAME | ||||
36 | string | ||||
37 | default "sun5i" | ||||
38 | |||||
39 | endif | ||||
40 | |||||
41 | if TARGET_SUN7I | ||||
42 | |||||
43 | config SYS_CPU | ||||
44 | string | ||||
45 | default "armv7" | ||||
46 | |||||
47 | config SYS_BOARD | ||||
48 | string | ||||
49 | default "sunxi" | ||||
50 | |||||
51 | config SYS_SOC | ||||
52 | string | ||||
53 | default "sunxi" | ||||
54 | |||||
55 | config SYS_CONFIG_NAME | ||||
56 | string | ||||
57 | default "sun7i" | ||||
58 | |||||
59 | endif |