aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2022-11-09 16:50:49 +0100
committerStefano Babic <sbabic@denx.de>2022-11-09 17:12:32 +0100
commitcca660c2bd0a7e04df9f7c6db95cd5e08408fa8c (patch)
tree7d30721ea6d3d663893144da9d8511f3b1974edb /arch/arm/dts
parentb8072ae848b73e89a73ba5b535324e4dc2793f37 (diff)
downloadu-boot-cca660c2bd0a7e04df9f7c6db95cd5e08408fa8c.zip
u-boot-cca660c2bd0a7e04df9f7c6db95cd5e08408fa8c.tar.gz
u-boot-cca660c2bd0a7e04df9f7c6db95cd5e08408fa8c.tar.bz2
Convert mx8 u-boot.dtsi to CONFIG_TEXT_BASE
Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8qm-u-boot.dtsi2
-rw-r--r--arch/arm/dts/imx8qxp-u-boot.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx8qm-u-boot.dtsi b/arch/arm/dts/imx8qm-u-boot.dtsi
index 3507489..442e64b 100644
--- a/arch/arm/dts/imx8qm-u-boot.dtsi
+++ b/arch/arm/dts/imx8qm-u-boot.dtsi
@@ -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 {
diff --git a/arch/arm/dts/imx8qxp-u-boot.dtsi b/arch/arm/dts/imx8qxp-u-boot.dtsi
index 01183f8..e8df5bb 100644
--- a/arch/arm/dts/imx8qxp-u-boot.dtsi
+++ b/arch/arm/dts/imx8qxp-u-boot.dtsi
@@ -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 {