diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:18 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:22 -0500 |
commit | 370572601027eee0c479b4094bd6e9ac31cdf042 (patch) | |
tree | 13d0998117cfedad8ea2bed769b931798d56ea52 /arch/powerpc | |
parent | 2404124c4777aa917ad95d25e78ca3ab03636132 (diff) | |
download | u-boot-imx-370572601027eee0c479b4094bd6e9ac31cdf042.zip u-boot-imx-370572601027eee0c479b4094bd6e9ac31cdf042.tar.gz u-boot-imx-370572601027eee0c479b4094bd6e9ac31cdf042.tar.bz2 |
ppc4xx: remove CPCIISER4 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 97b0d21..e428d0e 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_CPCIISER4 - bool "Support CPCIISER4" - config TARGET_DP405 bool "Support DP405" @@ -247,7 +244,6 @@ source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/cpciiser4/Kconfig" source "board/esd/dp405/Kconfig" source "board/esd/du405/Kconfig" source "board/esd/du440/Kconfig" |