]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx8mq-u-boot: Pass FIT offset to fix boot regression
authorFabio Estevam <festevam@gmail.com>
Mon, 9 Sep 2024 19:30:03 +0000 (16:30 -0300)
committerFabio Estevam <festevam@gmail.com>
Tue, 10 Sep 2024 00:52:15 +0000 (21:52 -0300)
Since commit 37e50627efac ("ARM: dts: imx: Convert i.MX8M flash.bin
image generation to binman") the imx8mq-evk fails to boot:

U-Boot SPL 2024.10-rc4 (Sep 09 2024 - 16:08:22 -0300)
PMIC:  PFUZE100 ID=0x10
SEC0:  RNG instantiated
Normal Boot
Trying to boot from MMC2

Fix it by passing the offset property for the FIT image, just like
it is done on i.MX8MM.

Fixes: 37e50627efac ("ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Marek Vasut <marex@denx.de>
arch/arm/dts/imx8mq-u-boot.dtsi

index e1cd6f8996dcba09a33150848d93c5525982e075..9b895a63857afa04591eff155f592aa663b80be9 100644 (file)
 #endif
                                #address-cells = <1>;
 
+                               offset = <0x57c00>;
+
                                images {
                                        uboot {
                                                arch = "arm64";