]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: dts: imx8m: Always name the generated fitImage u-boot.itb
authorMarek Vasut <marex@denx.de>
Tue, 24 Sep 2024 13:02:09 +0000 (15:02 +0200)
committerFabio Estevam <festevam@gmail.com>
Tue, 24 Sep 2024 19:54:49 +0000 (16:54 -0300)
Maintain backward compatibility with pre-binman u-boot file naming,
the U-Boot fitImage used to be named u-boot.itb before, restore the
file name after binman conversion.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx8mm-u-boot.dtsi
arch/arm/dts/imx8mn-u-boot.dtsi
arch/arm/dts/imx8mp-u-boot.dtsi
arch/arm/dts/imx8mq-u-boot.dtsi

index c02e11def5fd0fc3c8c49b6950b09e943eb8bd89..d31bc82253246ac536e4386d130fc00dae668e8d 100644 (file)
 
                        binman_imx_fit: fit {
                                description = "Configuration to load ATF before U-Boot";
+                               filename = "u-boot.itb";
 #ifndef CONFIG_IMX_HAB
                                fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
 #endif
index 732191f52053882351707f3b4eb775eb82cd57a7..6875c6d44fff9fdf87e68b73e85dd237cfc601e0 100644 (file)
 
                        binman_imx_fit: fit {
                                description = "Configuration to load ATF before U-Boot";
+                               filename = "u-boot.itb";
 #ifndef CONFIG_IMX_HAB
                                fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
 #endif
index f2655a4d0c88d4145dc184c8c952bd0c6c5887b8..56749ccacd2b1a401027a360921e3a4fd25c3b3f 100644 (file)
 
                        binman_imx_fit: fit {
                                description = "Configuration to load ATF before U-Boot";
+                               filename = "u-boot.itb";
 #ifndef CONFIG_IMX_HAB
                                fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
 #endif
index 9b895a63857afa04591eff155f592aa663b80be9..d7a83a78f4d3db9c5e483a29cd50031580db3e4b 100644 (file)
 
                        binman_imx_fit: fit {
                                description = "Configuration to load ATF before U-Boot";
+                               filename = "u-boot.itb";
 #ifndef CONFIG_IMX_HAB
                                fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
 #endif