blob: 89f78d7388094472c96cb4673f4d1a7a2efe1cc3 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_DA830EVM
2
3config SYS_CPU
4 string
5 default "arm926ejs"
6
7config SYS_BOARD
8 string
9 default "da8xxevm"
10
11config SYS_VENDOR
12 string
13 default "davinci"
14
15config SYS_SOC
16 string
17 default "davinci"
18
19config SYS_CONFIG_NAME
20 string
21 default "da830evm"
22
23endif
24
25if TARGET_DA850EVM
26
27config SYS_CPU
28 string
29 default "arm926ejs"
30
31config SYS_BOARD
32 string
33 default "da8xxevm"
34
35config SYS_VENDOR
36 string
37 default "davinci"
38
39config SYS_SOC
40 string
41 default "davinci"
42
43config SYS_CONFIG_NAME
44 string
45 default "da850evm"
46
47endif
48
49if TARGET_HAWKBOARD
50
51config SYS_CPU
52 string
53 default "arm926ejs"
54
55config SYS_BOARD
56 string
57 default "da8xxevm"
58
59config SYS_VENDOR
60 string
61 default "davinci"
62
63config SYS_SOC
64 string
65 default "davinci"
66
67config SYS_CONFIG_NAME
68 string
69 default "hawkboard"
70
71endif