ppc4xx: remove some CPCI405 variants

only keep CPCI4052

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
This commit is contained in:
Matthias Fuchs
2015-01-12 22:47:30 +01:00
committed by Tom Rini
parent 5f8f6294a7
commit 5f1459dc0d
9 changed files with 3 additions and 1126 deletions

View File

@@ -1,16 +1,3 @@
if TARGET_CPCI405
config SYS_BOARD
default "cpci405"
config SYS_VENDOR
default "esd"
config SYS_CONFIG_NAME
default "CPCI405"
endif
if TARGET_CPCI4052
config SYS_BOARD
@@ -23,29 +10,3 @@ config SYS_CONFIG_NAME
default "CPCI4052"
endif
if TARGET_CPCI405AB
config SYS_BOARD
default "cpci405"
config SYS_VENDOR
default "esd"
config SYS_CONFIG_NAME
default "CPCI405AB"
endif
if TARGET_CPCI405DT
config SYS_BOARD
default "cpci405"
config SYS_VENDOR
default "esd"
config SYS_CONFIG_NAME
default "CPCI405DT"
endif