]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
EFI: Update the documentation to reflect the correct value of OsIndications
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 31 May 2022 07:15:35 +0000 (12:45 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 4 Jun 2022 06:43:55 +0000 (08:43 +0200)
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>
doc/develop/uefi/uefi.rst

index 753a4e5e292aa85176b3bd9b7b97aa586c50612f..941e427093fc2a0727bc185c0d9081188eab1693 100644 (file)
@@ -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