From bce26c45e27ecb83a185c42abc1fa2cdc12692f6 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Tue, 7 Jul 2020 21:21:52 +0530 Subject: arm: Remove pepper board OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Cc: Ash Charles Signed-off-by: Jagan Teki --- board/gumstix/pepper/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 board/gumstix/pepper/Makefile (limited to 'board/gumstix/pepper/Makefile') diff --git a/board/gumstix/pepper/Makefile b/board/gumstix/pepper/Makefile deleted file mode 100644 index ff6f8b4221..0000000000 --- a/board/gumstix/pepper/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Makefile -# -# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - -ifdef CONFIG_SPL_BUILD -obj-y += mux.o -endif - -obj-y += board.o -- cgit