From: Heinrich Schuchardt Date: Thu, 25 Jan 2024 08:38:14 +0000 (+0100) Subject: riscv: page align EFI binary section X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=a5c3c1ba8af8b1077e08ee4c8d1374a99782ccd2;p=u-boot.git riscv: page align EFI binary section Change the alignment of the relocation code in EFI binaries to match page boundaries. Signed-off-by: Heinrich Schuchardt --- diff --git a/arch/riscv/lib/crt0_riscv_efi.S b/arch/riscv/lib/crt0_riscv_efi.S index 793eefdd88..ffe18fa387 100644 --- a/arch/riscv/lib/crt0_riscv_efi.S +++ b/arch/riscv/lib/crt0_riscv_efi.S @@ -155,7 +155,7 @@ section_table: .short 0 /* NumberOfLineNumbers (0 for executables) */ .long 0xe0500020 /* Characteristics (section flags) */ - .align 9 + .align 12 _start: addi sp, sp, -(SIZE_LONG * 3) SAVE_LONG(a0, 0)