mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
5f1459dc0d
only keep CPCI4052 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12 lines
141 B
Text
12 lines
141 B
Text
if TARGET_CPCI4052
|
|
|
|
config SYS_BOARD
|
|
default "cpci405"
|
|
|
|
config SYS_VENDOR
|
|
default "esd"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "CPCI4052"
|
|
|
|
endif
|