mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
16 lines
163 B
Text
16 lines
163 B
Text
|
if TARGET_CPCI750
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "cpci750"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "esd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "CPCI750"
|
||
|
|
||
|
endif
|