blob: 3e956542391b50812e25b9bd0510e29e28369160 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_CATCENTER
2
3config SYS_BOARD
4 string
5 default "PPChameleonEVB"
6
7config SYS_VENDOR
8 string
9 default "dave"
10
11config SYS_CONFIG_NAME
12 string
13 default "CATcenter"
14
15endif
16
17if TARGET_PPCHAMELEONEVB
18
19config SYS_BOARD
20 string
21 default "PPChameleonEVB"
22
23config SYS_VENDOR
24 string
25 default "dave"
26
27config SYS_CONFIG_NAME
28 string
29 default "PPChameleonEVB"
30
31endif