Re: [PATCH V4 5/5] board: bsh: Switch to nand spl load instead of romapi

2022-05-18 Thread Stefano Babic
On 18.05.22 12:17, Michael Nazzareno Trimarchi wrote: Hi Fabio and Stefano do not consider this patch because I found other problems on manage flash.bin properly in imx8 family. All the other patches are needed OK, fine, got it ! Stefano Michael On Sun, May 15, 2022 at 11:35 AM Michael Tr

Re: [PATCH V4 5/5] board: bsh: Switch to nand spl load instead of romapi

2022-05-18 Thread Michael Nazzareno Trimarchi
Hi Fabio and Stefano do not consider this patch because I found other problems on manage flash.bin properly in imx8 family. All the other patches are needed Michael On Sun, May 15, 2022 at 11:35 AM Michael Trimarchi wrote: > > romapi is not eble to skip bad block so we need to workaround > usin

[PATCH V4 5/5] board: bsh: Switch to nand spl load instead of romapi

2022-05-15 Thread Michael Trimarchi
romapi is not eble to skip bad block so we need to workaround using the spl Signed-off-by: Michael Trimarchi --- board/bsh/imx8mn_smm_s2/spl.c | 3 +++ 1 file changed, 3 insertions(+) --- V3->V4: - none V2->V3: - Add to series and fix if condition V1->V2: - none --- diff