diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:28 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:25 -0500 |
commit | fc88a5bf79ffa0d46e4c47656ca3e8db769809cc (patch) | |
tree | 320eb0189b4b4af0d4f56fca7a05ba805682f936 /arch/powerpc | |
parent | 807db88b62ff513e5c6a4001931d14191e710ce0 (diff) | |
download | u-boot-imx-fc88a5bf79ffa0d46e4c47656ca3e8db769809cc.zip u-boot-imx-fc88a5bf79ffa0d46e4c47656ca3e8db769809cc.tar.gz u-boot-imx-fc88a5bf79ffa0d46e4c47656ca3e8db769809cc.tar.bz2 |
ppc4xx: remove WUH405 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 9884894..6c4759a 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -137,9 +137,6 @@ config TARGET_PMC440 config TARGET_VOM405 bool "Support VOM405" -config TARGET_WUH405 - bool "Support WUH405" - config TARGET_DLVISION_10G bool "Support dlvision-10g" @@ -221,7 +218,6 @@ source "board/esd/plu405/Kconfig" source "board/esd/pmc405de/Kconfig" source "board/esd/pmc440/Kconfig" source "board/esd/vom405/Kconfig" -source "board/esd/wuh405/Kconfig" source "board/g2000/Kconfig" source "board/gdsys/405ep/Kconfig" source "board/gdsys/405ex/Kconfig" |