[PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting
Fabio Estevam
festevam at gmail.com
Mon Jan 29 03:52:04 CET 2024
Hi Jesse,
On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube <mr.bossman075 at 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.Bossman075 at 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.
More information about the U-Boot
mailing list