commit | 39236acb0d97074618f4110f01ab20cfc246cec0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Sep 28 18:45:18 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 21 11:54:13 2022 +0200 |
tree | 26dd4a9b1c3fdd1c5a6a2a4b9c030eef8f3e2e4a | |
parent | 07e02b81cfc6cb9d20807581766eebf31f9092ad [diff] |
ARM: imx6: dh-imx6: Use sf update instead of sf erase and write 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 <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>