From: Samuel Holland Date: Mon, 8 Feb 2021 06:03:17 +0000 (-0600) Subject: sunxi: binman: Do not hardcode U-Boot load address X-Git-Tag: v2025.01-rc5-pxa1908~1918^2~2 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=925cd8d77eedfc5a05d7a9559da4e30b9277920a;p=u-boot.git 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 Reviewed-by: Simon Glass Signed-off-by: Andre Przywara --- 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 = ; u-boot-nodtb { };