mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
riscv: Use new ctors _entry func as entry point
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
d8e6b531ef
commit
d96b34e0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ _start:
|
|||
bne a0, zero, 0f
|
||||
ld a1, 8(sp)
|
||||
ld a0, 0(sp)
|
||||
call efi_main
|
||||
call _entry
|
||||
ld ra, 16(sp)
|
||||
0: addi sp, sp, 24
|
||||
ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue