32 lines
361 B
Plaintext
32 lines
361 B
Plaintext
if TARGET_CATCENTER
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "PPChameleonEVB"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "dave"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "CATcenter"
|
|
|
|
endif
|
|
|
|
if TARGET_PPCHAMELEONEVB
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "PPChameleonEVB"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "dave"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "PPChameleonEVB"
|
|
|
|
endif
|