From ed3294d6d1f977c24d6289f06b186809f6380030 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Tue, 7 Jul 2020 21:07:16 +0530 Subject: arm: Remove overo board OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Drop it. Cc: Ash Charles Cc: Steve Sakoman Signed-off-by: Jagan Teki --- board/overo/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 board/overo/Makefile (limited to 'board/overo/Makefile') diff --git a/board/overo/Makefile b/board/overo/Makefile deleted file mode 100644 index b62bab9fe4..0000000000 --- a/board/overo/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2000, 2001, 2002 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. - -ifdef CONFIG_SPL_BUILD -obj-y := spl.o common.o -else -obj-y := overo.o common.o -endif -- cgit