]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: Use correct PHASE_ variable for expo
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 14:52:27 +0000 (07:52 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 17 Dec 2024 15:11:49 +0000 (09:11 -0600)
This patch was written before the XPL change-over. Update the Makefile
condition to the new way.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: ae3b5928d61 ("x86: coreboot: Allow building an expo for...")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
boot/Makefile

index 43def7c33d7b67283cdeaca5266601b4429389ee..a24fd90c510b75116b92cce96348b292dd79f8d0 100644 (file)
@@ -60,7 +60,7 @@ obj-$(CONFIG_$(PHASE_)LOAD_FIT) += common_fit.o
 obj-$(CONFIG_$(PHASE_)EXPO) += expo.o scene.o expo_build.o
 obj-$(CONFIG_$(PHASE_)EXPO) += scene_menu.o scene_textline.o
 ifdef CONFIG_COREBOOT_SYSINFO
-obj-$(CONFIG_$(SPL_TPL_)EXPO) += expo_build_cb.o
+obj-$(CONFIG_$(PHASE_)EXPO) += expo_build_cb.o
 endif
 
 obj-$(CONFIG_$(PHASE_)BOOTMETH_VBE) += vbe.o