summaryrefslogtreecommitdiff
path: root/board/pcs440ep/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 04:40:26 +0300
committerTom Rini <trini@konsulko.com>2015-09-02 18:33:15 +0300
commit242836a893ae8bce4bd3cd4ace8a55e48e6552a0 (patch)
tree3d17ecb6a9354cdbe0074cf13bd46208ff4ffbe6 /board/pcs440ep/Kconfig
parentc6999e5f85ec41b8a5d01d7b3e311eda832fc218 (diff)
downloadu-boot-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.tar.xz
powerpc: ppc4xx: remove pcs440ep 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> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/pcs440ep/Kconfig')
-rw-r--r--board/pcs440ep/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/pcs440ep/Kconfig b/board/pcs440ep/Kconfig
deleted file mode 100644
index 5b280f6e77..0000000000
--- a/board/pcs440ep/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_PCS440EP
-
-config SYS_BOARD
- default "pcs440ep"
-
-config SYS_CONFIG_NAME
- default "pcs440ep"
-
-endif