[PATCH] ARM: imx6: dh-imx6: Use sf update instead of sf erase and write

2022-10-21 Thread sbabic
> With sf update fixed to support unaligned start offset, use plain > sf update to update the bootloader in SPI NOR. This also helps > avoid the case where not enough SPI NOR has been erased and the > bootloader has been written to unerased area, and thus corrupted. > Signed-off-by: Marek Vasut >

Re: [PATCH] ARM: imx6: dh-imx6: Use sf update instead of sf erase and write

2022-10-17 Thread Peng Fan
On 9/29/2022 12:45 AM, Marek Vasut wrote: With sf update fixed to support unaligned start offset, use plain sf update to update the bootloader in SPI NOR. This also helps avoid the case where not enough SPI NOR has been erased and the bootloader has been written to unerased area, and thus corr

[PATCH] ARM: imx6: dh-imx6: Use sf update instead of sf erase and write

2022-09-28 Thread Marek Vasut
With sf update fixed to support unaligned start offset, use plain sf update to update the bootloader in SPI NOR. This also helps avoid the case where not enough SPI NOR has been erased and the bootloader has been written to unerased area, and thus corrupted. Signed-off-by: Marek Vasut --- Cc: Fab