
On Wed, Feb 17, 2021 at 11:39:28PM -0300, Fabio Estevam wrote:
Make the conversion to driver model as it is mandatory.
Successfully tested booting Linux from the SD card.
Dropped support for networking and splash screen as these need to be properly converted to DM and tested.
Signed-off-by: Fabio Estevam festevam@gmail.com
I haven't had a chance to add DM_ETH and DM_VIDEO yet, but these can be added later.
arch/arm/dts/Makefile | 1 + arch/arm/dts/imx28-evk-u-boot.dtsi | 10 ++++ board/freescale/mx28evk/MAINTAINERS | 1 + board/freescale/mx28evk/mx28evk.c | 77 ----------------------------- configs/mx28evk_defconfig | 28 +++++------
You're missing: configs/mx28evk_auart_console_defconfig configs/mx28evk_nand_defconfig configs/mx28evk_spi_defconfig in conversion here.