summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8315erdb/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:27 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:24 +0300
commit139ff3be23b7b78d13ddff17854ad83d896c6a51 (patch)
tree43bc2dff521e430e4d936a772550ba8443a50b28 /board/freescale/mpc8315erdb/Kconfig
parent1c58857ad7913d618d0d9cde5aaf8a13bc7b0341 (diff)
downloadu-boot-139ff3be23b7b78d13ddff17854ad83d896c6a51.tar.xz
ppc: Remove MPC8315ERDB board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. As this is the last ARCH_MPC8315 platform, remove that support as well. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/mpc8315erdb/Kconfig')
-rw-r--r--board/freescale/mpc8315erdb/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/mpc8315erdb/Kconfig b/board/freescale/mpc8315erdb/Kconfig
deleted file mode 100644
index f76b0d1d6d..0000000000
--- a/board/freescale/mpc8315erdb/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_MPC8315ERDB
-
-config SYS_BOARD
- default "mpc8315erdb"
-
-config SYS_VENDOR
- default "freescale"
-
-config SYS_CONFIG_NAME
- default "MPC8315ERDB"
-
-endif