* [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE
@ 2024-10-25 17:07 Andrew Goodbody
2024-10-25 17:08 ` Tom Rini
2024-10-28 2:53 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Goodbody @ 2024-10-25 17:07 UTC (permalink / raw)
To: u-boot
Cc: Andrew Goodbody, Angelo Dureghello, Bin Meng, Ilias Apalodimas,
Simon Glass, Tom Rini
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>
---
arch/x86/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 7677c0c352..43e6a1de77 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -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
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE
2024-10-25 17:07 [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE Andrew Goodbody
@ 2024-10-25 17:08 ` Tom Rini
2024-10-28 2:53 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-10-25 17:08 UTC (permalink / raw)
To: Andrew Goodbody
Cc: u-boot, Angelo Dureghello, Bin Meng, Ilias Apalodimas,
Simon Glass
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
On Fri, Oct 25, 2024 at 06:07:00PM +0100, Andrew Goodbody wrote:
> 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>
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE
2024-10-25 17:07 [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE Andrew Goodbody
2024-10-25 17:08 ` Tom Rini
@ 2024-10-28 2:53 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-10-28 2:53 UTC (permalink / raw)
To: u-boot, Andrew Goodbody
Cc: Angelo Dureghello, Bin Meng, Ilias Apalodimas, Simon Glass
On Fri, 25 Oct 2024 18:07:00 +0100, Andrew Goodbody wrote:
> 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.
>
>
Applied to u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-28 2:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 17:07 [PATCH] x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE Andrew Goodbody
2024-10-25 17:08 ` Tom Rini
2024-10-28 2:53 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.