diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:26 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:24 -0500 |
commit | d52633047913d3d514244040c9f4fb50ff46836c (patch) | |
tree | 241944b403ba51b2af4e417276a83e6c30dec993 /arch/powerpc | |
parent | dbe7bb0d21f632b9dbe7527aa758b347de7427d7 (diff) | |
download | u-boot-imx-d52633047913d3d514244040c9f4fb50ff46836c.zip u-boot-imx-d52633047913d3d514244040c9f4fb50ff46836c.tar.gz u-boot-imx-d52633047913d3d514244040c9f4fb50ff46836c.tar.bz2 |
ppc4xx: remove PMC405 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 0e8cbf3..eddaee1 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -128,9 +128,6 @@ config TARGET_CPCI405DT config TARGET_PLU405 bool "Support PLU405" -config TARGET_PMC405 - bool "Support PMC405" - config TARGET_PMC405DE bool "Support PMC405DE" @@ -224,7 +221,6 @@ source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" source "board/esd/plu405/Kconfig" -source "board/esd/pmc405/Kconfig" source "board/esd/pmc405de/Kconfig" source "board/esd/pmc440/Kconfig" source "board/esd/voh405/Kconfig" |