Update linker script

This commit is contained in:
Berkus Decker 2019-02-24 01:48:32 +02:00
parent e1da59220b
commit 0680986533
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ENTRY(_boot_cores);
SECTIONS SECTIONS
{ {
. = 0x80000; /* AArch64 boot address is 0x80000 */ . = 0x80000; /* AArch64 boot address is 0x80000, 4K-aligned */
__ro_start = .; __ro_start = .;
.text : .text :
{ {