mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +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
|