]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit3df6145db0ed3430a2af089db5a82372bea3f4d5
tree925c2ff390b35de4f22b0ae32711f1d48e05d97d
parent467a84e0127ca6b8ca285c7a0b1ff625b6b2ca4b
x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE

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