u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] efi_loader: capsule: remove unused guid
@ 2021-07-20  5:53 AKASHI Takahiro
  2021-07-24  8:12 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: AKASHI Takahiro @ 2021-07-20  5:53 UTC (permalink / raw)
  To: xypron.glpk, agraf; +Cc: u-boot, AKASHI Takahiro

efi_guid_capsule_root_cert_guid is never used.
Just remove it.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
v2:
   correct the commit message
---
 lib/efi_loader/efi_capsule.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/efi_loader/efi_capsule.c b/lib/efi_loader/efi_capsule.c
index f9b0ef591cc8..3c029378de0a 100644
--- a/lib/efi_loader/efi_capsule.c
+++ b/lib/efi_loader/efi_capsule.c
@@ -220,9 +220,6 @@ skip:
 
 #if defined(CONFIG_EFI_CAPSULE_AUTHENTICATE)
 
-const efi_guid_t efi_guid_capsule_root_cert_guid =
-	EFI_FIRMWARE_MANAGEMENT_CAPSULE_ID_GUID;
-
 static int efi_get_public_key_data(void **pkey, efi_uintn_t *pkey_len)
 {
 	const void *blob = __efi_capsule_sig_begin;
-- 
2.31.0


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

* Re: [PATCH v2] efi_loader: capsule: remove unused guid
  2021-07-20  5:53 [PATCH v2] efi_loader: capsule: remove unused guid AKASHI Takahiro
@ 2021-07-24  8:12 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-07-24  8:12 UTC (permalink / raw)
  To: AKASHI Takahiro; +Cc: u-boot, agraf

On 7/20/21 7:53 AM, AKASHI Takahiro wrote:
> efi_guid_capsule_root_cert_guid is never used.
> Just remove it.
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
> v2:
>     correct the commit message
> ---
>   lib/efi_loader/efi_capsule.c | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/lib/efi_loader/efi_capsule.c b/lib/efi_loader/efi_capsule.c
> index f9b0ef591cc8..3c029378de0a 100644
> --- a/lib/efi_loader/efi_capsule.c
> +++ b/lib/efi_loader/efi_capsule.c
> @@ -220,9 +220,6 @@ skip:
>
>   #if defined(CONFIG_EFI_CAPSULE_AUTHENTICATE)
>
> -const efi_guid_t efi_guid_capsule_root_cert_guid =
> -	EFI_FIRMWARE_MANAGEMENT_CAPSULE_ID_GUID;
> -
>   static int efi_get_public_key_data(void **pkey, efi_uintn_t *pkey_len)
>   {
>   	const void *blob = __efi_capsule_sig_begin;
>


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

end of thread, other threads:[~2021-07-24  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  5:53 [PATCH v2] efi_loader: capsule: remove unused guid AKASHI Takahiro
2021-07-24  8:12 ` Heinrich Schuchardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).