Re: [PATCH v3 2/4] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR

2023-12-18 Thread Simon Glass
On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro wrote: > > At this point, EFI boot manager interfaces is fully independent from > bootefi command. So just rename the configuration parameter. > > Signed-off-by: AKASHI Takahiro > --- > boot/Makefile | 2 +- > cmd/Kconfig | 4 ++

[PATCH v3 2/4] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR

2023-12-17 Thread AKASHI Takahiro
At this point, EFI boot manager interfaces is fully independent from bootefi command. So just rename the configuration parameter. Signed-off-by: AKASHI Takahiro --- boot/Makefile | 2 +- cmd/Kconfig | 4 ++-- cmd/efidebug.c | 4 ++-- lib/efi_loader/Kconfig | 2 +-