summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2022-05-31 10:15:35 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-06-04 09:43:55 +0300
commitaad7f1ad60b8cb86706d683c4fb6c295606480ee (patch)
treea6fd9d0df94a27b88189020b69cd5ce3a6ec4996 /doc
parent6a463bc1c9bde3326825369061803d281cf423d8 (diff)
downloadu-boot-aad7f1ad60b8cb86706d683c4fb6c295606480ee.tar.xz
EFI: Update the documentation to reflect the correct value of OsIndications
The OsIndications is a 64 bit variable, and the current code expects the value of the variable to be 64 bit. Update the documentation to reflect this fact. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/uefi/uefi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index 753a4e5e29..941e427093 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