]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/dave/PPChameleonEVB/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / dave / PPChameleonEVB / Kconfig
1 if TARGET_CATCENTER
2
3 config SYS_BOARD
4         default "PPChameleonEVB"
5
6 config SYS_VENDOR
7         default "dave"
8
9 config SYS_CONFIG_NAME
10         default "CATcenter"
11
12 endif
13
14 if TARGET_PPCHAMELEONEVB
15
16 config SYS_BOARD
17         default "PPChameleonEVB"
18
19 config SYS_VENDOR
20         default "dave"
21
22 config SYS_CONFIG_NAME
23         default "PPChameleonEVB"
24
25 endif