diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2018-06-15 23:47:15 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-07-25 14:57:43 +0200 |
commit | c726913a98dfefca013d061aee0d88b27606c77c (patch) | |
tree | 14eaf40ae0c410a69d884ccade110055f9ebcb75 /doc/README.uefi | |
parent | d32e86bde8a31a49cf4a9b233ad91ecdfc96ba2a (diff) | |
download | u-boot-c726913a98dfefca013d061aee0d88b27606c77c.tar.gz |
Revert "efi_loader: no support for ARMV7_NONSEC=y"
This reverts commit c524997acb3d322e1bbd36c06ad02ef589705e7c.
Booting ARMv7 in non-secure mode using bootefi works now.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'doc/README.uefi')
-rw-r--r-- | doc/README.uefi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/README.uefi b/doc/README.uefi index d4031ef8e8..6b9759cfed 100644 --- a/doc/README.uefi +++ b/doc/README.uefi @@ -329,8 +329,6 @@ This driver is only available if U-Boot is configured with * persistence * runtime support -* support bootefi booting ARMv7 in non-secure mode (CONFIG_ARMV7_NONSEC=y) - ## Links * [1](http://uefi.org/specifications) |