diff options
author | Matthias Fuchs | 2015-01-12 22:47:14 +0100 |
---|---|---|
committer | Tom Rini | 2015-01-13 09:37:21 -0500 |
commit | 2b8a04e55191748f32fc422ca8dfc9976d3c6331 (patch) | |
tree | e696381e288b02f35d33ee52ed73dd82c56ae6a0 /arch/powerpc | |
parent | cbdc662a2c7ef75071d4e892bd5ea0b65098c5d1 (diff) |
ppx4xx: remove APC405 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 8f8860163c9..53e86606fdc 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -110,9 +110,6 @@ config TARGET_CATCENTER config TARGET_PPCHAMELEONEVB bool "Support PPChameleonEVB" -config TARGET_APC405 - bool "Support APC405" - config TARGET_AR405 bool "Support AR405" @@ -257,7 +254,6 @@ source "board/avnet/v5fx30teval/Kconfig" source "board/csb272/Kconfig" source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" -source "board/esd/apc405/Kconfig" source "board/esd/ar405/Kconfig" source "board/esd/ash405/Kconfig" source "board/esd/cms700/Kconfig" |