[U-Boot] [PATCH 1/3] efi_loader: rename __efi_hello_world_*

Simon Glass sjg at chromium.org
Sat Sep 9 04:54:34 UTC 2017


On 4 September 2017 at 19:19, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> In scripts/Makefile.lib we build section including helloworld.efi.
> This allows to load the EFI binary with command 'bootefi hello'.
>
> scripts/Makefile.lib contains explicit references to strings
> containing helloworld and hello_world. This makes it impossible
> to generalize the coding to accomodate additional built in
> EFI binaries.
>
> Let us rename the variables __efi_hello_world_* to
> __efi_helloworld_*.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  cmd/bootefi.c                  | 4 ++--
>  include/asm-generic/sections.h | 4 ++--
>  scripts/Makefile.lib           | 8 ++++----
>  3 files changed, 8 insertions(+), 8 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list