mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
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>
This commit is contained in:
parent
ed4bc13f3d
commit
925cd8d77e
@ -42,7 +42,7 @@
|
|||||||
os = "u-boot";
|
os = "u-boot";
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
load = <0x4a000000>;
|
load = <CONFIG_SYS_TEXT_BASE>;
|
||||||
|
|
||||||
u-boot-nodtb {
|
u-boot-nodtb {
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user