mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Remove 64k gap on ARM32
While binutils 2.25 incorrectly changed the page size to 64K, the second part of that fix prevents the bug anyways Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
c600b4e9a5
commit
adbd7ae7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ SECTIONS
|
|||
} =0
|
||||
_reloc_vsize = _evreloc - _reloc;
|
||||
_reloc_size = _ereloc - _reloc;
|
||||
. = ALIGN(65536);
|
||||
. = ALIGN(4096);
|
||||
_data = .;
|
||||
.dynamic : { *(.dynamic) }
|
||||
. = ALIGN(4096);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue