summaryrefslogtreecommitdiff
path: root/board/cmi/Kconfig
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 /board/cmi/Kconfig
parenteb5d1dc7a64957f8a81347a8237fd60460da25cb (diff)
downloadu-boot-972f5320dae1d69b38cd06c6c2a23da8ae5a654a.tar.gz
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 'board/cmi/Kconfig')
-rw-r--r--board/cmi/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/cmi/Kconfig b/board/cmi/Kconfig
deleted file mode 100644
index 6efe6b1cb7..0000000000
--- a/board/cmi/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_CMI_MPC5XX
-
-config SYS_BOARD
- default "cmi"
-
-config SYS_CONFIG_NAME
- default "cmi_mpc5xx"
-
-endif