aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-08-02 08:21:12 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-08-02 08:21:12 +0200
commit78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6 (patch)
treef318e0e62910002af014c7cfdc4716b92bee543c /lib/efi_loader/Makefile
parentc0b6f7d4b843a850eb60382e5d664ac6904e707a (diff)
downloadu-boot-78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6.zip
u-boot-78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6.tar.gz
u-boot-78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6.tar.bz2
efi_loader: typo cerificate
%s/cerificate/certificate/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/Makefile')
-rw-r--r--lib/efi_loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 9b36943..08469d9 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -23,7 +23,7 @@ endif
ifeq ($(CONFIG_EFI_CAPSULE_AUTHENTICATE),y)
EFI_CAPSULE_KEY_PATH := $(subst $\",,$(CONFIG_EFI_CAPSULE_KEY_PATH))
ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","")
-$(error .esl cerificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
+$(error .esl certificate not found. Configure your CONFIG_EFI_CAPSULE_KEY_PATH)
endif
endif