diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:17 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:22 -0500 |
commit | 2404124c4777aa917ad95d25e78ca3ab03636132 (patch) | |
tree | 8279113d445c45464ae741a02b6e4d075e0771e1 /arch/powerpc | |
parent | b5e7c84f72ee6ce991569a4db610ab0b4a2a9978 (diff) | |
download | u-boot-imx-2404124c4777aa917ad95d25e78ca3ab03636132.zip u-boot-imx-2404124c4777aa917ad95d25e78ca3ab03636132.tar.gz u-boot-imx-2404124c4777aa917ad95d25e78ca3ab03636132.tar.bz2 |
ppc4xx: remove CMS700 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 75d0d0b..97b0d21 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_CMS700 - bool "Support CMS700" - config TARGET_CPCI2DP bool "Support CPCI2DP" @@ -248,7 +245,6 @@ source "board/avnet/v5fx30teval/Kconfig" source "board/csb272/Kconfig" source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" -source "board/esd/cms700/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" source "board/esd/cpciiser4/Kconfig" |