aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2024-07-16 15:56:51 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-07-19 13:45:56 +0200
commitff47fddf72189e1adfc94a143455f8717369e3c0 (patch)
treebf47a54868eac0431def94e3c47d4710254bbe45 /lib
parentc72a163e545d3f34d30c0384f1f47aa2de66f08f (diff)
downloadu-boot-ff47fddf72189e1adfc94a143455f8717369e3c0.zip
u-boot-ff47fddf72189e1adfc94a143455f8717369e3c0.tar.gz
u-boot-ff47fddf72189e1adfc94a143455f8717369e3c0.tar.bz2
efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description
Fix typo in EFI_RT_VOLATILE_STORE description. Fixes: c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT") Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 2fb24d7..38e64af 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -67,7 +67,7 @@ config EFI_RT_VOLATILE_STORE
depends on EFI_VARIABLE_FILE_STORE
help
When EFI variables are stored on file we don't allow SetVariableRT,
- since the OS doesn't know how to write that file. At he same time
+ since the OS doesn't know how to write that file. At the same time
we copy runtime variables in DRAM and support GetVariableRT
Enable this option to allow SetVariableRT on the RAM backend of