Skip to content

Commit c0e104a

Browse files
committed
Pass correct page size to linker on aarch64 in aa64.mk
This follows the change to apps Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1 parent 32708cf commit c0e104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/aa64.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EFI_ARCH_3264 :=
88
EFI_ARCH_SUBSYSTEM := 0xa
99

1010
EFI_ARCH_CFLAGS := -mstrict-align -DPAGE_SIZE=4096 -DPAGE_SHIFT=12
11-
EFI_ARCH_LDFLAGS := --defsym=EFI_SUBSYSTEM=$(EFI_ARCH_SUBSYSTEM)
11+
EFI_ARCH_LDFLAGS := --defsym=EFI_SUBSYSTEM=$(EFI_ARCH_SUBSYSTEM) -z max-page-size=4096
1212
EFI_ARCH_FORMAT := -O binary
1313
EFI_ARCH_SUFFIX := aa64
1414
EFI_ARCH_SUFFIX_UPPER := AA64

0 commit comments

Comments
 (0)