Skip to content

Commit

Permalink
Pass correct page size to linker on aarch64 in aa64.mk
Browse files Browse the repository at this point in the history
This follows the change to apps

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
ozbenh committed Dec 21, 2022
1 parent 32708cf commit c0e104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/aa64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EFI_ARCH_3264 :=
EFI_ARCH_SUBSYSTEM := 0xa

EFI_ARCH_CFLAGS := -mstrict-align -DPAGE_SIZE=4096 -DPAGE_SHIFT=12
EFI_ARCH_LDFLAGS := --defsym=EFI_SUBSYSTEM=$(EFI_ARCH_SUBSYSTEM)
EFI_ARCH_LDFLAGS := --defsym=EFI_SUBSYSTEM=$(EFI_ARCH_SUBSYSTEM) -z max-page-size=4096
EFI_ARCH_FORMAT := -O binary
EFI_ARCH_SUFFIX := aa64
EFI_ARCH_SUFFIX_UPPER := AA64
Expand Down

0 comments on commit c0e104a

Please sign in to comment.