mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-05 17:58:52 +00:00
26 lines
313 B
Text
26 lines
313 B
Text
|
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
|