* Remove the wfi when the efi loader returns, it's unneeded and is not
available on older designs. * Enable the efi loader on arm
This commit is contained in:
parent
9a386b11c5
commit
cbac2d0bca
@ -4,4 +4,4 @@
|
||||
SUBDIR+= fdt
|
||||
.endif
|
||||
|
||||
SUBDIR+= uboot
|
||||
SUBDIR+= efi uboot
|
||||
|
@ -169,8 +169,7 @@ _start:
|
||||
pop {r0, r1}
|
||||
bl _C_LABEL(efi_main)
|
||||
|
||||
1: WFI
|
||||
b 1b
|
||||
1: b 1b
|
||||
|
||||
.Lbase:
|
||||
.word .
|
||||
|
Loading…
x
Reference in New Issue
Block a user