diff options
| author | Tom Rini <[email protected]> | 2022-06-04 09:38:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-04 09:38:56 -0400 |
| commit | 0f259fe79d7f0dca716bc954c211b0e6bc606d72 (patch) | |
| tree | 8b9b58da4604290897131f8cb7fd70ab0ded7b3a /doc/develop | |
| parent | 90189ecd59cdf14afbe6014be5c068e599b65a72 (diff) | |
| parent | 8645aefc8b699f900d97cbadd55b7f492099c61e (diff) | |
Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-07-rc4-4
UEFI:
* Fix the implementation of the firmware management protocol
* Fix the unit tests for signed update capsules
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 753a4e5e292..941e427093f 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -326,7 +326,7 @@ bit in OsIndications variable with .. code-block:: console - => setenv -e -nv -bs -rt -v OsIndications =0x04 + => setenv -e -nv -bs -rt -v OsIndications =0x0000000000000004 Since U-boot doesn't currently support SetVariable at runtime, its value won't be taken over across the reboot. If this is the case, you can skip |
