
On Mon, Feb 19, 2024 at 8:01 PM Jesse Taube mr.bossman075@gmail.com wrote:
Add support for booting the imxrt1050-evk from spi. Add imximage config and the ability for SPL to boot from NOR. Enable binman in Kconfig and device tree for imxrt* as it is used to prepend fspi_header.bin to SPL and u-boot.img.
Signed-off-by: Jesse Taube Mr.Bossman075@gmail.com
I see the following warning when applying this series:
$ git am v4-1-2-imx-imxrt1050-evk-Add-support-for-SPI-flash-booting.patch Applying: imx: imxrt1050-evk: Add support for SPI flash booting .git/rebase-apply/patch:175: new blank line at EOF. + warning: 1 line adds whitespace errors. Applying: imx: imxrt1050-evk: Add documentation for SPI boot
checkpatch also complains:
CHECK: From:/Signed-off-by: email comments mismatch: 'From: Jesse Taube mr.bossman075@gmail.com' != 'Signed-off-by: Jesse Taube Mr.Bossman075@gmail.com'