diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:25 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:24 -0500 |
commit | dbe7bb0d21f632b9dbe7527aa758b347de7427d7 (patch) | |
tree | f7be673255f1bf496d43cde41cbb98e79ba92722 /arch/powerpc | |
parent | cc6e715f1b1f16522f61183ebc815b11cf9ed1e2 (diff) | |
download | u-boot-imx-dbe7bb0d21f632b9dbe7527aa758b347de7427d7.zip u-boot-imx-dbe7bb0d21f632b9dbe7527aa758b347de7427d7.tar.gz u-boot-imx-dbe7bb0d21f632b9dbe7527aa758b347de7427d7.tar.bz2 |
ppc4xx: remove PCI405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig index ea4227e..0e8cbf3 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -125,9 +125,6 @@ config TARGET_CPCI405AB config TARGET_CPCI405DT bool "Support CPCI405DT" -config TARGET_PCI405 - bool "Support PCI405" - config TARGET_PLU405 bool "Support PLU405" @@ -226,7 +223,6 @@ source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/pci405/Kconfig" source "board/esd/plu405/Kconfig" source "board/esd/pmc405/Kconfig" source "board/esd/pmc405de/Kconfig" |