summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sunxi-u-boot.dtsi
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-02-08 00:03:17 -0600
committerAndre Przywara <andre.przywara@arm.com>2021-04-16 01:12:59 +0100
commit925cd8d77eedfc5a05d7a9559da4e30b9277920a (patch)
tree3c79d927d833dd9efbdb4ca9a5fd7991f825b0ee /arch/arm/dts/sunxi-u-boot.dtsi
parented4bc13f3d3e1450a9c0bb31cbd4df658685b516 (diff)
sunxi: binman: Do not hardcode U-Boot load address
The FIT description has access to the configuration variables. Use the appropriate variable instead of hardcoding the address. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/dts/sunxi-u-boot.dtsi')
-rw-r--r--arch/arm/dts/sunxi-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index f822588898..a4227a3c22 100644
--- a/arch/arm/dts/sunxi-u-boot.dtsi
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
@@ -42,7 +42,7 @@
os = "u-boot";
arch = "arm64";
compression = "none";
- load = <0x4a000000>;
+ load = <CONFIG_SYS_TEXT_BASE>;
u-boot-nodtb {
};