summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-14 14:15:14 +0000
committerandrew <andrew@FreeBSD.org>2015-04-14 14:15:14 +0000
commitcbac2d0bca920a7c215b3025f48d6f679fff6df6 (patch)
tree5ef31a826c040b66644816e7497e37d28ef80315 /sys/boot/efi/loader
parent9a386b11c57a3a0dff72160f694595d2483fc741 (diff)
downloadFreeBSD-src-cbac2d0bca920a7c215b3025f48d6f679fff6df6.zip
FreeBSD-src-cbac2d0bca920a7c215b3025f48d6f679fff6df6.tar.gz
* Remove the wfi when the efi loader returns, it's unneeded and is not
available on older designs. * Enable the efi loader on arm
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r--sys/boot/efi/loader/arch/arm/start.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/arch/arm/start.S b/sys/boot/efi/loader/arch/arm/start.S
index 0bb709c..4160655 100644
--- a/sys/boot/efi/loader/arch/arm/start.S
+++ b/sys/boot/efi/loader/arch/arm/start.S
@@ -169,8 +169,7 @@ _start:
pop {r0, r1}
bl _C_LABEL(efi_main)
-1: WFI
- b 1b
+1: b 1b
.Lbase:
.word .
OpenPOWER on IntegriCloud