aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_variable.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-19 17:15:18 +0000
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-22 11:06:23 +0100
commitf0b0f7fe0eecde78a6e3e0f6760834ff12642375 (patch)
tree77eaf5b61b4858ae8f1bcdf8b7a6ac9c59d37671 /lib/efi_loader/efi_variable.c
parent14eb12a3c801c9b18c91bdce413e44930e008418 (diff)
downloadu-boot-f0b0f7fe0eecde78a6e3e0f6760834ff12642375.zip
u-boot-f0b0f7fe0eecde78a6e3e0f6760834ff12642375.tar.gz
u-boot-f0b0f7fe0eecde78a6e3e0f6760834ff12642375.tar.bz2
efi_loader: description of efi_variable.c
Correct the file description. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_variable.c')
-rw-r--r--lib/efi_loader/efi_variable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c
index c316bdf..99d2f01 100644
--- a/lib/efi_loader/efi_variable.c
+++ b/lib/efi_loader/efi_variable.c
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * EFI utils
+ * UEFI runtime variable services
*
- * Copyright (c) 2017 Rob Clark
+ * Copyright (c) 2017 Rob Clark
*/
#include <common.h>