From: Fabio Estevam Date: Tue, 3 May 2022 19:03:04 +0000 (-0300) Subject: imx8mn_evk: Add the missing spl.bin entry X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e104a9f8eb9f105c784e4b8addb5147001de0df6;p=u-boot.git imx8mn_evk: Add the missing spl.bin entry The generated flash.bin does not boot the imx8mn evk LPDDR4 variant as it misses the spl.bin description in binman. Add its entry to fix the boot on the imx8mn evk LPDDR4 variant. Signed-off-by: Fabio Estevam Tested-by: Arti Zirk Reviewed-by: Alper Nebi Yasak --- diff --git a/arch/arm/dts/imx8mn-evk-u-boot.dtsi b/arch/arm/dts/imx8mn-evk-u-boot.dtsi index 3db46d4cbc..593cf06eb9 100644 --- a/arch/arm/dts/imx8mn-evk-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-evk-u-boot.dtsi @@ -58,7 +58,9 @@ }; - flash { + spl { + filename = "spl.bin"; + mkimage { args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x912000";