aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-05-03 16:03:04 -0300
committerStefano Babic <sbabic@denx.de>2022-06-14 21:25:26 +0200
commite104a9f8eb9f105c784e4b8addb5147001de0df6 (patch)
tree15620bf1609b232295e91829e42a84d74b670d7a /arch
parentc18e5fb055ab789f58434e3cb432582adee0134c (diff)
downloadu-boot-e104a9f8eb9f105c784e4b8addb5147001de0df6.zip
u-boot-e104a9f8eb9f105c784e4b8addb5147001de0df6.tar.gz
u-boot-e104a9f8eb9f105c784e4b8addb5147001de0df6.tar.bz2
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 <festevam@denx.de> Tested-by: Arti Zirk <art@zirk.me> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mn-evk-u-boot.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mn-evk-u-boot.dtsi b/arch/arm/dts/imx8mn-evk-u-boot.dtsi
index 3db46d4..593cf06 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";