diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:19 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:23 -0500 |
commit | 9a4018e09a2f2845b509145959deb08e599e87d6 (patch) | |
tree | 963210dc83d7b3aa85d15abad5f96a9b58d975d3 /arch | |
parent | 370572601027eee0c479b4094bd6e9ac31cdf042 (diff) |
ppc4xx: remove DP405 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 e428d0ece22..e0eef94c9c1 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_DP405 - bool "Support DP405" - config TARGET_DU405 bool "Support DU405" @@ -244,7 +241,6 @@ source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/dp405/Kconfig" source "board/esd/du405/Kconfig" source "board/esd/du440/Kconfig" source "board/esd/hh405/Kconfig" |