From 37559488a95e45d553e7d0a0a532692a7032f554 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Tue, 7 Jul 2020 21:19:39 +0530 Subject: arm: Remove bav335x board OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Cc: Gilles Gameiro Signed-off-by: Jagan Teki --- board/birdland/bav335x/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 board/birdland/bav335x/Makefile (limited to 'board/birdland/bav335x/Makefile') diff --git a/board/birdland/bav335x/Makefile b/board/birdland/bav335x/Makefile deleted file mode 100644 index 42cefa1f85..0000000000 --- a/board/birdland/bav335x/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Makefile -# -# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem - -ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) -obj-y := mux.o -endif - -obj-y += board.o -- cgit