]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 25 Oct 2024 17:07:00 +0000 (18:07 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2024 02:11:36 +0000 (20:11 -0600)
The config setting CMD_BOOTEFI_HELLO_COMPILE was removed in favour
of BOOTEFI_HELLO_COMPILE but the usage in this Makefile was not
updated. Fix it.

Fixes: 6fe80876dcc7 ("efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/x86/lib/Makefile

index 7677c0c352f7f14736a33877deb66a0afa9a193c..43e6a1de77d9dfcd056edc0b390f987ada0b3b76 100644 (file)
@@ -97,7 +97,7 @@ endif
 else
 
 ifndef CONFIG_XPL_BUILD
-ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST)$(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),)
+ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST)$(CONFIG_BOOTEFI_HELLO_COMPILE),)
 extra-y += $(EFI_CRT0) $(EFI_RELOC)
 endif
 endif