diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-07 21:19:39 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-09 20:58:05 +0530 |
commit | 37559488a95e45d553e7d0a0a532692a7032f554 (patch) | |
tree | efa7acdfca31ca43086ab117d9a22c6abb150ad4 /board/birdland/bav335x/Makefile | |
parent | 45833e25fcfb3ee23e4b4abbb2556cbb64f4e2a7 (diff) | |
download | u-boot-37559488a95e45d553e7d0a0a532692a7032f554.tar.gz |
arm: Remove bav335x board
OF_CONTROL, DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Cc: Gilles Gameiro <gilles@gigadevices.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/birdland/bav335x/Makefile')
-rw-r--r-- | board/birdland/bav335x/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/birdland/bav335x/Makefile b/board/birdland/bav335x/Makefile deleted file mode 100644 index 42cefa1f85d..00000000000 --- 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 |