summaryrefslogtreecommitdiff
path: root/board/esd/mecp5200/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-23 00:24:22 +0900
committerTom Rini <trini@ti.com>2015-01-23 16:56:09 -0500
commit37b608a52dcb13312a4f7ccea199cd6bac76d298 (patch)
tree9246259c04eae06ca01a7af206a2ee872318217f /board/esd/mecp5200/Kconfig
parenta258e732a7e2608695c9244eb10998af8f968f5b (diff)
downloadu-boot-imx-37b608a52dcb13312a4f7ccea199cd6bac76d298.zip
u-boot-imx-37b608a52dcb13312a4f7ccea199cd6bac76d298.tar.gz
u-boot-imx-37b608a52dcb13312a4f7ccea199cd6bac76d298.tar.bz2
powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Diffstat (limited to 'board/esd/mecp5200/Kconfig')
-rw-r--r--board/esd/mecp5200/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/esd/mecp5200/Kconfig b/board/esd/mecp5200/Kconfig
deleted file mode 100644
index cfd5307..0000000
--- a/board/esd/mecp5200/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_MECP5200
-
-config SYS_BOARD
- default "mecp5200"
-
-config SYS_VENDOR
- default "esd"
-
-config SYS_CONFIG_NAME
- default "mecp5200"
-
-endif