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>
This commit is contained in:
parent
b8072ae848
commit
cca660c2bd
|
|
@ -50,7 +50,7 @@
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
description = "U-Boot (64-bit)";
|
description = "U-Boot (64-bit)";
|
||||||
load = <CONFIG_SYS_TEXT_BASE>;
|
load = <CONFIG_TEXT_BASE>;
|
||||||
type = "standalone";
|
type = "standalone";
|
||||||
|
|
||||||
uboot-blob {
|
uboot-blob {
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
description = "U-Boot (64-bit)";
|
description = "U-Boot (64-bit)";
|
||||||
load = <CONFIG_SYS_TEXT_BASE>;
|
load = <CONFIG_TEXT_BASE>;
|
||||||
type = "standalone";
|
type = "standalone";
|
||||||
|
|
||||||
uboot-blob {
|
uboot-blob {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue