diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:23 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:24 -0500 |
commit | e434d5d729613a75af6cb32ae50da9678d7cb6ea (patch) | |
tree | 8688d3859f44a491efc9555e875c043b3e25bbb3 /arch/powerpc/cpu | |
parent | 843125daebd72a93766b8984be8bb1aa269d53e6 (diff) | |
download | u-boot-imx-e434d5d729613a75af6cb32ae50da9678d7cb6ea.zip u-boot-imx-e434d5d729613a75af6cb32ae50da9678d7cb6ea.tar.gz u-boot-imx-e434d5d729613a75af6cb32ae50da9678d7cb6ea.tar.bz2 |
ppc4xx: remove HUB405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'arch/powerpc/cpu')
-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 8ce66d6..cab8f25 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_HUB405 - bool "Support HUB405" - config TARGET_OCRTC bool "Support OCRTC" @@ -232,7 +229,6 @@ source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/hub405/Kconfig" source "board/esd/ocrtc/Kconfig" source "board/esd/pci405/Kconfig" source "board/esd/plu405/Kconfig" |