]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 17 Jan 2024 04:39:42 +0000 (13:39 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Jan 2024 07:40:25 +0000 (08:40 +0100)
commit279b03d979154cf6d4cd086f21daf478bd3d986c
treed39ae5dcca1a9aea7a0cf1980b0ffde7e97f3767
parent6422820ac3e59fd92dc7fc5c9dcd5c6101065f19
efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR

At this point, EFI boot manager interfaces is fully independent from
bootefi command. So just rename the configuration parameter.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/Makefile
cmd/Kconfig
cmd/efidebug.c
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
test/boot/bootflow.c