summaryrefslogtreecommitdiffstats
path: root/doc/uefi/uefi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uefi/uefi.rst')
-rw-r--r--doc/uefi/uefi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/uefi/uefi.rst b/doc/uefi/uefi.rst
index 5a67737c15..b3494c22e0 100644
--- a/doc/uefi/uefi.rst
+++ b/doc/uefi/uefi.rst
@@ -178,7 +178,7 @@ Now in U-Boot install the keys on your board::
Set up boot parameters on your board::
- efidebug boot add 1 HELLO mmc 0:1 /helloworld.efi.signed ""
+ efidebug boot add -b 1 HELLO mmc 0:1 /helloworld.efi.signed ""
Now your board can run the signed image via the boot manager (see below).
You can also try this sequence by running Pytest, test_efi_secboot,