
Hi Mark,
On Tue, 20 Nov 2018 at 00:52, Mark Kettenis mark.kettenis@xs4all.nl wrote:
Date: Mon, 19 Nov 2018 08:53:45 -0700 From: Simon Glass sjg@chromium.org
This board has not been converted to CONFIG_DM_BLK by the deadline. Remove it.
Hmm, isn't there something going wrong if a maintained board is getting removed? Especially ones that are still on the market? Just happened to pick this one since there we use these a lot in the OpenBSD project for building stuff.
Yes, it looks like Fabio is the maintainer, so hopefully he will take a look.
Signed-off-by: Simon Glass sjg@chromium.org
arch/arm/mach-imx/mx6/Kconfig | 1 - board/solidrun/mx6cuboxi/Kconfig | 12 - board/solidrun/mx6cuboxi/MAINTAINERS | 6 - board/solidrun/mx6cuboxi/Makefile | 7 - board/solidrun/mx6cuboxi/README | 21 - board/solidrun/mx6cuboxi/mx6cuboxi.c | 857 --------------------------- configs/mx6cuboxi_defconfig | 43 -- include/configs/mx6cuboxi.h | 149 ----- 8 files changed, 1096 deletions(-) delete mode 100644 board/solidrun/mx6cuboxi/Kconfig delete mode 100644 board/solidrun/mx6cuboxi/MAINTAINERS delete mode 100644 board/solidrun/mx6cuboxi/Makefile delete mode 100644 board/solidrun/mx6cuboxi/README delete mode 100644 board/solidrun/mx6cuboxi/mx6cuboxi.c delete mode 100644 configs/mx6cuboxi_defconfig delete mode 100644 include/configs/mx6cuboxi.h
Regards, Simon