From 139ff3be23b7b78d13ddff17854ad83d896c6a51 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 May 2021 21:34:27 -0400 Subject: 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 --- board/freescale/mpc8315erdb/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 board/freescale/mpc8315erdb/Kconfig (limited to 'board/freescale/mpc8315erdb/Kconfig') 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 -- cgit v1.2.3