Hi Jesse, On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube <mr.bossman...@gmail.com> wrote: > > This add some macros to change addresses to use flexspi.
This sentence is not very clear. > This commit adds support for booting the imxrt1050-evk from spi. Please don't use 'This commit adds support' format. Use imperative mood instead: "Add support...." > It adds imximage config and the ability for SPL to boot from NOR. > > Signed-off-by: Jesse Taube <mr.bossman...@gmail.com> > --- > arch/arm/dts/imxrt1050-evk-u-boot.dtsi | 31 ++++++ > arch/arm/mach-imx/imxrt/Kconfig | 1 + > .../freescale/imxrt1050-evk/imximage-nor.cfg | 41 +++++++ > board/freescale/imxrt1050-evk/imximage.cfg | 10 +- > board/freescale/imxrt1050-evk/imxrt1050-evk.c | 7 +- > configs/imxrt1050-evk_defconfig | 8 +- > configs/imxrt1050-evk_fspi_defconfig | 100 ++++++++++++++++++ Please add configs/imxrt1050-evk_fspi_defconfig into board/freescale/imxrt1050-evk/MAINTAINERS.