Re: Issue with spi-uclass.c and mxc_spi.c when DM_SPI_FLASH is enabled

2022-02-01 Thread Fabio Estevam
Hi Abder, On Tue, Feb 1, 2022 at 9:31 AM Abder wrote: > > Hi everyone, > > Recently I've been working on the upgrade of an old u-boot to u-boot2020, U-Boot 2020.x is old too :-) Please try the latest U-Boot and report if you have issues.

Issue with spi-uclass.c and mxc_spi.c when DM_SPI_FLASH is enabled

2022-02-01 Thread Abder
Hi everyone, Recently I've been working on the upgrade of an old u-boot to u-boot2020, and I encountered an issue when I enabled DM_SPI and DM_SPI_FLASH ! My board (based on IMX6) uses a NOR flash SPI to store the u-boot environment and the SPI interface is initialized early in boot. Using the mxc