summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/ppc4xx/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-29 01:37:59 +0900
committerTom Rini <trini@ti.com>2014-10-10 09:44:43 -0400
commit9ed3246e19a42392bf0fd676dcbbe3539cc46ec1 (patch)
treec0ac8faaf0337e8a701f188db5a2033b3d98e1aa /arch/powerpc/cpu/ppc4xx/Kconfig
parent1521cdc5303db2a3ec5a09231fbaa5831561bf71 (diff)
downloadu-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.zip
u-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.tar.gz
u-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.tar.bz2
powerpc: ppc4xx: remove board support for bluestone
This board has been orphaned for more than 6 months. It is the last board defining CONFIG_APM821XX. The code inside #ifdef CONFIG_APM821XX should be removed too. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/Kconfig')
-rw-r--r--arch/powerpc/cpu/ppc4xx/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index d525ad3..56abe8d 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -52,9 +52,6 @@ config TARGET_ACADIA
config TARGET_BAMBOO
bool "Support bamboo"
-config TARGET_BLUESTONE
- bool "Support bluestone"
-
config TARGET_BUBINGA
bool "Support bubinga"
@@ -239,7 +236,6 @@ endchoice
source "board/amcc/acadia/Kconfig"
source "board/amcc/bamboo/Kconfig"
-source "board/amcc/bluestone/Kconfig"
source "board/amcc/bubinga/Kconfig"
source "board/amcc/canyonlands/Kconfig"
source "board/amcc/ebony/Kconfig"