
On Mon, Feb 19, 2024 at 7:53 PM Fabio Estevam festevam@gmail.com wrote:
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
Sorry, I somehow added an extra line at the end of `board/freescale/imxrt1050-evk/imximage-nor.cfg`. Do you want a v5... or `sed -i -z 's/\n\n$/\n/' board/freescale/imxrt1050-evk/imximage-nor.cfg && git commit -a --amend --no-edit`
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'
Huh, this is very interesting and I haven't noticed before. When sending git send-email lowercases my email. It seems like all my commits are like this. Do you want this fixed?