diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:27 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:25 -0500 |
commit | 807db88b62ff513e5c6a4001931d14191e710ce0 (patch) | |
tree | 7c78ecfcdb257b09d9715923b0f14dc0aac0e485 /arch | |
parent | d52633047913d3d514244040c9f4fb50ff46836c (diff) |
ppc4xx: remove VOH405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'arch')
-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 eddaee1793..9884894471 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -134,9 +134,6 @@ config TARGET_PMC405DE config TARGET_PMC440 bool "Support PMC440" -config TARGET_VOH405 - bool "Support VOH405" - config TARGET_VOM405 bool "Support VOM405" @@ -223,7 +220,6 @@ source "board/esd/cpci405/Kconfig" source "board/esd/plu405/Kconfig" source "board/esd/pmc405de/Kconfig" source "board/esd/pmc440/Kconfig" -source "board/esd/voh405/Kconfig" source "board/esd/vom405/Kconfig" source "board/esd/wuh405/Kconfig" source "board/g2000/Kconfig" |