summaryrefslogtreecommitdiff
path: root/board/freescale/p2020ds/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-22 15:24:18 (GMT)
committerTom Rini <trini@ti.com>2015-01-23 21:53:17 (GMT)
commit168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (patch)
tree5e392c36f9fd1df909ded71407cfaf26b216969e /board/freescale/p2020ds/Kconfig
parent891235366d9949b4b21653e93b97dd8931314153 (diff)
downloadu-boot-168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.tar.xz
powerpc: mpc85xx: remove P2020DS board support
This board is still a non-generic board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/freescale/p2020ds/Kconfig')
-rw-r--r--board/freescale/p2020ds/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/p2020ds/Kconfig b/board/freescale/p2020ds/Kconfig
deleted file mode 100644
index e527ec9..0000000
--- a/board/freescale/p2020ds/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_P2020DS
-
-config SYS_BOARD
- default "p2020ds"
-
-config SYS_VENDOR
- default "freescale"
-
-config SYS_CONFIG_NAME
- default "P2020DS"
-
-endif