]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Convert mx8 u-boot.dtsi to CONFIG_TEXT_BASE
authorStefano Babic <sbabic@denx.de>
Wed, 9 Nov 2022 15:50:49 +0000 (16:50 +0100)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Nov 2022 16:12:32 +0000 (17:12 +0100)
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx8qm-u-boot.dtsi
arch/arm/dts/imx8qxp-u-boot.dtsi

index 3507489a813c9d870bb1b3c8208e99ca4906b439..442e64badc3906d4e45b28e2a438d51417d74da7 100644 (file)
@@ -50,7 +50,7 @@
                                        arch = "arm64";
                                        compression = "none";
                                        description = "U-Boot (64-bit)";
-                                       load = <CONFIG_SYS_TEXT_BASE>;
+                                       load = <CONFIG_TEXT_BASE>;
                                        type = "standalone";
 
                                        uboot-blob {
index 01183f8ade63968feaaac9efa91b1f8f6425e2ec..e8df5bb8bfea41894042eddc1e81322ed8a8dcb0 100644 (file)
@@ -50,7 +50,7 @@
                                        arch = "arm64";
                                        compression = "none";
                                        description = "U-Boot (64-bit)";
-                                       load = <CONFIG_SYS_TEXT_BASE>;
+                                       load = <CONFIG_TEXT_BASE>;
                                        type = "standalone";
 
                                        uboot-blob {