From f247354708ec93e995cf61901adc6d728762b196 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Thu, 9 Jul 2020 00:22:35 +0530 Subject: arm: Remove mx31pdk board DM, OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Acked-by: Magnus Lilja Signed-off-by: Jagan Teki --- board/freescale/mx31pdk/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 board/freescale/mx31pdk/Makefile (limited to 'board/freescale/mx31pdk/Makefile') diff --git a/board/freescale/mx31pdk/Makefile b/board/freescale/mx31pdk/Makefile deleted file mode 100644 index 7edc60f0d2..0000000000 --- a/board/freescale/mx31pdk/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2008 Magnus Lilja -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. - -ifdef CONFIG_SPL_BUILD -obj-y += lowlevel_init.o -endif -obj-y += mx31pdk.o -- cgit