From 0680986533f6503a58f7dffa6bcd42613179f86b Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 24 Feb 2019 01:48:32 +0200 Subject: [PATCH] Update linker script --- linker/aarch64.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker/aarch64.ld b/linker/aarch64.ld index bac7e01..b527bcf 100644 --- a/linker/aarch64.ld +++ b/linker/aarch64.ld @@ -26,7 +26,7 @@ ENTRY(_boot_cores); SECTIONS { - . = 0x80000; /* AArch64 boot address is 0x80000 */ + . = 0x80000; /* AArch64 boot address is 0x80000, 4K-aligned */ __ro_start = .; .text : {