diff options
author | Daniel Schwierzeck | 2019-10-18 15:13:26 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2019-11-29 16:18:35 +0100 |
commit | 2a250ae9b6f1437f13dba272b690b24341b8e1d7 (patch) | |
tree | 6099c06016124d399e904fe4db51fc2f521a9fe9 /arch | |
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 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index eb1f67dcccb..a3ae6030448 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -152,7 +152,6 @@ endchoice source "board/imgtec/boston/Kconfig" source "board/imgtec/malta/Kconfig" source "board/imgtec/xilfpga/Kconfig" -source "board/micronas/vct/Kconfig" source "board/qemu-mips/Kconfig" source "arch/mips/mach-ath79/Kconfig" source "arch/mips/mach-mscc/Kconfig" |