[PATCH v4 02/14] efi_loader: Put back copyright message
Ilias Apalodimas
ilias.apalodimas at linaro.org
Mon Aug 26 12:20:56 CEST 2024
Hi Simon
On Thu, 15 Aug 2024 at 23:24, Simon Glass <sjg at chromium.org> wrote:
>
> This was lost in a later commit, so add it back.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Fixes: dd860b90ff4 ("efi_loader: print boot device and file path in")
I think we should drop the Fixes tag, but in any case
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
>
> (no changes since v1)
>
> lib/efi_loader/helloworld.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
> index bd72822c0b7..586177de0c8 100644
> --- a/lib/efi_loader/helloworld.c
> +++ b/lib/efi_loader/helloworld.c
> @@ -2,6 +2,9 @@
> /*
> * Hello world EFI application
> *
> + * Copyright (c) 2016 Google, Inc
> + * Written by Simon Glass <sjg at chromium.org>
> + *
> * Copyright 2020, Heinrich Schuchardt <xypron.glpk at gmx.de>
> *
> * This test program is used to test the invocation of an EFI application.
> --
> 2.34.1
>
More information about the U-Boot
mailing list