All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] efi_loader: typo cerificate
@ 2021-08-02  6:22 Heinrich Schuchardt
  2021-08-02  7:07 ` Ilias Apalodimas
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-08-02  6:22 UTC (permalink / raw)
  To: u-boot
  Cc: Alexander Graf, Ilias Apalodimas, AKASHI Takahiro, Heinrich Schuchardt

%s/cerificate/certificate/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 9b369430e2..08469d9cd9 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

--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] efi_loader: typo cerificate
  2021-08-02  6:22 [PATCH 1/1] efi_loader: typo cerificate Heinrich Schuchardt
@ 2021-08-02  7:07 ` Ilias Apalodimas
  0 siblings, 0 replies; 2+ messages in thread
From: Ilias Apalodimas @ 2021-08-02  7:07 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: U-Boot Mailing List, Alexander Graf, AKASHI Takahiro

Hi Heinrich,



Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

On Mon, 2 Aug 2021 at 09:22, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/cerificate/certificate/
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  lib/efi_loader/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
> index 9b369430e2..08469d9cd9 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
>
> --
> 2.30.2
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-02  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  6:22 [PATCH 1/1] efi_loader: typo cerificate Heinrich Schuchardt
2021-08-02  7:07 ` Ilias Apalodimas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.