From e8c186cdef27f33cbe022a8ef53d4802f1dc71c9 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 18 Mar 2022 13:58:41 +0000 Subject: payloads/tianocore: Add missing CONFIG_ Add missing CONFIG_ to the Boot Timeout parameter. Signed-off-by: Sean Rhodes Change-Id: I88f4aa0286a77f6c94b5e5ec97a0034ea7594b4f Reviewed-on: https://review.coreboot.org/c/coreboot/+/62920 Reviewed-by: Matt DeVillier Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- payloads/external/tianocore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external') diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 873ef46cfe..0908606c7b 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -49,7 +49,7 @@ ifeq ($(CONFIG_TIANOCORE_PS2_SUPPORT),y) BUILD_STR += -D PS2_KEYBOARD_ENABLE=TRUE endif # PLATFORM_BOOT_TIMEOUT = 3 -ifneq ($(TIANOCORE_BOOT_TIMEOUT),) +ifneq ($(CONFIG_TIANOCORE_BOOT_TIMEOUT),) BUILD_STR += -D PLATFORM_BOOT_TIMEOUT=$(CONFIG_TIANOCORE_BOOT_TIMEOUT) endif # SIO_BUS_ENABLE = FALSE -- cgit v1.2.3