diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:30 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:25 -0500 |
commit | 5f1459dc0df03b6ea91c9c111fd41652e7db3590 (patch) | |
tree | caa65ae4eb26967c94818839ab06b9065151289d /configs | |
parent | 5f8f6294a7272ebbf22ffe3e86d21d984d0d9455 (diff) | |
download | u-boot-imx-5f1459dc0df03b6ea91c9c111fd41652e7db3590.zip u-boot-imx-5f1459dc0df03b6ea91c9c111fd41652e7db3590.tar.gz u-boot-imx-5f1459dc0df03b6ea91c9c111fd41652e7db3590.tar.bz2 |
ppc4xx: remove some CPCI405 variants
only keep CPCI4052
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/CPCI405AB_defconfig | 3 | ||||
-rw-r--r-- | configs/CPCI405DT_defconfig | 3 | ||||
-rw-r--r-- | configs/CPCI405_defconfig | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/configs/CPCI405AB_defconfig b/configs/CPCI405AB_defconfig deleted file mode 100644 index 6550fd1..0000000 --- a/configs/CPCI405AB_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CPCI405AB=y diff --git a/configs/CPCI405DT_defconfig b/configs/CPCI405DT_defconfig deleted file mode 100644 index b61f65c..0000000 --- a/configs/CPCI405DT_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CPCI405DT=y diff --git a/configs/CPCI405_defconfig b/configs/CPCI405_defconfig deleted file mode 100644 index 1638e2b..0000000 --- a/configs/CPCI405_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CPCI405=y |