summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/ppc4xx
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 10:40:23 +0900
committerTom Rini <trini@konsulko.com>2015-09-02 11:33:12 -0400
commit54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47 (patch)
tree738d80af27dd3a9759698b5cf65ebfbe92cf74c0 /arch/powerpc/cpu/ppc4xx
parent0d2fc81133aa9e8f19d16de48d4f0a8f1bdde025 (diff)
downloadu-boot-imx-54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47.zip
u-boot-imx-54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47.tar.gz
u-boot-imx-54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47.tar.bz2
powerpc: ppc4xx: remove csb272, csb472 support
These have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Tolunay Orkun <torkun@nextio.com>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx')
-rw-r--r--arch/powerpc/cpu/ppc4xx/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index e8c0ca0..c6bbe12 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -8,12 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_CSB272
- bool "Support csb272"
-
-config TARGET_CSB472
- bool "Support csb472"
-
config TARGET_LWMON5
bool "Support lwmon5"
select SUPPORT_SPL
@@ -176,8 +170,6 @@ source "board/amcc/yosemite/Kconfig"
source "board/amcc/yucca/Kconfig"
source "board/avnet/fx12mm/Kconfig"
source "board/avnet/v5fx30teval/Kconfig"
-source "board/csb272/Kconfig"
-source "board/csb472/Kconfig"
source "board/esd/cpci2dp/Kconfig"
source "board/esd/cpci405/Kconfig"
source "board/esd/plu405/Kconfig"