]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: rename __efi_hello_world_*
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 5 Sep 2017 01:19:37 +0000 (03:19 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:56 +0000 (23:53 +0200)
commit5e44489bc19dad344e0019f4a6926aa5f29b4456
tree1cc096ca1990277c716b0285a4717683e695be31
parentd6507e6fd9e0a6f1a8dd28c18cd320c1f861269e
efi_loader: rename __efi_hello_world_*

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@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/asm-generic/sections.h
scripts/Makefile.lib