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 c02e11d..d31bc82 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 732191f..6875c6d 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 f2655a4..56749cc 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 9b895a6..d7a83a7 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