summaryrefslogtreecommitdiff
path: root/board/freescale/p2020come/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-23 00:24:17 +0900
committerTom Rini <trini@ti.com>2015-01-23 16:53:12 -0500
commit891235366d9949b4b21653e93b97dd8931314153 (patch)
treed7db3bcd110ba92b32c8bda865a0b8968de95a88 /board/freescale/p2020come/Kconfig
parent743d48151d2df4215b90310dc422db84d45e8002 (diff)
downloadu-boot-imx-891235366d9949b4b21653e93b97dd8931314153.zip
u-boot-imx-891235366d9949b4b21653e93b97dd8931314153.tar.gz
u-boot-imx-891235366d9949b4b21653e93b97dd8931314153.tar.bz2
powerpc: mpc85xx: remove P2020COME board support
This board is still a non-generic board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Ira W. Snyder <iws@ovro.caltech.edu>
Diffstat (limited to 'board/freescale/p2020come/Kconfig')
-rw-r--r--board/freescale/p2020come/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/p2020come/Kconfig b/board/freescale/p2020come/Kconfig
deleted file mode 100644
index 8ce5cf1..0000000
--- a/board/freescale/p2020come/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_P2020COME
-
-config SYS_BOARD
- default "p2020come"
-
-config SYS_VENDOR
- default "freescale"
-
-config SYS_CONFIG_NAME
- default "P2020COME"
-
-endif