From 09202cce26fdd2796688ae6bf5b746ecaf2b07d2 Mon Sep 17 00:00:00 2001 From: Martin Roth <gaumless@gmail.com> Date: Thu, 24 Aug 2023 17:19:03 -0600 Subject: vc/intel: Remove unnecessary Kconfig options These Kconfig options were being used basically as #define statements, which is unnecessary. This isn't a good use of Kconfig options and would be better just as #defines if actually needed. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: If987b50d8ec3bb2ab99096e5e3c325e4d90a67a9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77419 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> --- src/include/efi/efi_datatype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/efi/efi_datatype.h b/src/include/efi/efi_datatype.h index 4518a86357..917d0c8f22 100644 --- a/src/include/efi/efi_datatype.h +++ b/src/include/efi/efi_datatype.h @@ -6,7 +6,7 @@ #include <Base.h> #include <Uefi/UefiBaseType.h> -#if CONFIG_UDK_VERSION >= CONFIG_UDK_2017_VERSION +#if CONFIG_UDK_VERSION >= 2017 #include <Guid/StatusCodeDataTypeId.h> #include <IndustryStandard/Bmp.h> #include <Pi/PiPeiCis.h> -- cgit v1.2.3