diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-10-18 15:13:26 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-11-29 16:18:35 +0100 |
commit | 2a250ae9b6f1437f13dba272b690b24341b8e1d7 (patch) | |
tree | 6099c06016124d399e904fe4db51fc2f521a9fe9 /board/micronas/vct/Makefile | |
parent | 4b19b89ca4a866b7baa642533e6dbd67cd832d27 (diff) |
MIPS: remove Micronas VCT boards
The deadline for migration to CONFIG_DM is v2020.01. The VCT
baords would need an almost complete rewrite of all drivers to
support driver model.
Unless someone has access to the hardware and volunteers to do the migration,
the board should be scheduled for removal.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/micronas/vct/Makefile')
-rw-r--r-- | board/micronas/vct/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/micronas/vct/Makefile b/board/micronas/vct/Makefile deleted file mode 100644 index d82c28d224..0000000000 --- a/board/micronas/vct/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering - -obj-y := vct.o -obj-y += ebi.o -obj-$(CONFIG_VCT_NOR) += ebi_nor_flash.o -obj-$(CONFIG_VCT_ONENAND) += ebi_onenand.o -obj-$(CONFIG_DRIVER_SMC911X) += ebi_smc911x.o smc_eeprom.o -obj-y += gpio.o -obj-y += top.o -obj-$(CONFIG_USB_EHCI_VCT) += dcgu.o ehci.o scc.o |