commit a4edd03cfb5156ad7b0d41c142f5d830f271e3ce
parent 726f9ee11d536767345c39f3a647c951a14dcf21
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Fri, 11 Sep 2020 21:47:29 +0200
arm64-9os: Set link address to 0x80080000
This is the address used when TF-A is compiled
for the option PRELOADED_BL33_BASE which indicates
the base address of the Normal World Boot Loader.
Change-Id: I15fbe8e1d70e3f9f8ba54c224d24d315b214ea66
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config/arm64-9os.mk b/config/arm64-9os.mk
@@ -2,3 +2,4 @@ ARCH = arm64
SYS = 9os
MODE = native
SYSASFLAGS = $(ARMV81_ASFLAGS)
+SYSLDFLAGS = -Ttext=0x80080000