summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 10:40:29 +0900
committerTom Rini <trini@konsulko.com>2015-09-02 11:33:18 -0400
commit972f5320dae1d69b38cd06c6c2a23da8ae5a654a (patch)
treedccd6e843e47936c71e025da8c2755dfba2c425a /arch/powerpc
parenteb5d1dc7a64957f8a81347a8237fd60460da25cb (diff)
downloadblackbird-obmc-uboot-972f5320dae1d69b38cd06c6c2a23da8ae5a654a.tar.gz
blackbird-obmc-uboot-972f5320dae1d69b38cd06c6c2a23da8ae5a654a.zip
powerpc: mpc5xx: remove cmi_mpc5xx support
This has 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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc5xx/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc5xx/Kconfig b/arch/powerpc/cpu/mpc5xx/Kconfig
index 5275447cf6..d81bfd2a50 100644
--- a/arch/powerpc/cpu/mpc5xx/Kconfig
+++ b/arch/powerpc/cpu/mpc5xx/Kconfig
@@ -8,15 +8,11 @@ choice
prompt "Target select"
optional
-config TARGET_CMI_MPC5XX
- bool "Support cmi_mpc5xx"
-
config TARGET_PATI
bool "Support PATI"
endchoice
-source "board/cmi/Kconfig"
source "board/mpl/pati/Kconfig"
endmenu
OpenPOWER on IntegriCloud