mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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 <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
396daa7497
commit
a5c3c1ba8a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue