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:
Stefano Babic 2022-11-09 16:50:49 +01:00
parent b8072ae848
commit cca660c2bd
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {