commit | a1c6aed1de01d5ea31e67bc66962fe2641fa81c6 | [log] [tgz] |
---|---|---|
author | Niel Fourie <lusus@denx.de> | Fri Jul 24 16:33:27 2020 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Aug 03 17:03:57 2020 +0200 |
tree | 1a584d3f034db739ef893d66ab3208de444189a9 | |
parent | 1e7a69f661ae792e3e4bdc0156b26d87d089f5db [diff] |
arm: imx6q: pcm058: Rework SPI NOR configuration Enable CONFIG_SPL_DM_SPI_FLASH to be able to boot from SPI NOR, modify the offset of U-boot proper in the SPI NOR, so the difference in offset matches between SPL and U-boot matches that of the SD Card, allowing u-boot-with-spl.imx to also be copied to SPI NOR at an offset of 0x400. Update the README to reflect this change. Signed-off-by: Niel Fourie <lusus@denx.de> Cc: Stefano Babic <sbabic@denx.de>