Re: [U-Boot] [PATCH] arm: imx6: cm_fx6: Enable DM SPI and SPI_FLASH, fix SPL build errors

2019-11-20 Thread Suniel Mahesh
Hi stefano, Can you please review this patch, Its been a longtime since its arrival on the list, and still lying there untouched. Regards Suniel On 02/09/19 19:13, suni...@techveda.org wrote: > From: Suniel Mahesh > > Enable driver model for SPI and SPI_FLASH to remove the following > compile

[U-Boot] [PATCH] arm: imx6: cm_fx6: Enable DM SPI and SPI_FLASH, fix SPL build errors

2019-09-02 Thread sunil . m
From: Suniel Mahesh Enable driver model for SPI and SPI_FLASH to remove the following compile warning on CM-FX6 SOM: = WARNING == This board does not use CONFIG_DM_SPI_FLASH. Please update the board to use CONFIG_SPI_FLASH before the v2019.07 release. =