]> git.baikalelectronics.ru Git - uboot.git/commitdiff
imx8mn_evk: Add the missing spl.bin entry
authorFabio Estevam <festevam@denx.de>
Tue, 3 May 2022 19:03:04 +0000 (16:03 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 14 Jun 2022 19:25:26 +0000 (21:25 +0200)
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 <festevam@denx.de>
Tested-by: Arti Zirk <art@zirk.me>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
arch/arm/dts/imx8mn-evk-u-boot.dtsi

index 3db46d4cbcb466248fb9e41d87e14e84f4673bab..593cf06eb955dba547e8bd50db6d0e04819079ae 100644 (file)
@@ -58,7 +58,9 @@
        };
 
 
-       flash {
+       spl {
+               filename = "spl.bin";
+
                mkimage {
                        args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x912000";