uboot/board/dave/PPChameleonEVB/Kconfig

26 lines
313 B
Plaintext

if TARGET_CATCENTER
config SYS_BOARD
default "PPChameleonEVB"
config SYS_VENDOR
default "dave"
config SYS_CONFIG_NAME
default "CATcenter"
endif
if TARGET_PPCHAMELEONEVB
config SYS_BOARD
default "PPChameleonEVB"
config SYS_VENDOR
default "dave"
config SYS_CONFIG_NAME
default "PPChameleonEVB"
endif