diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/fsp2_0/include/fsp/util.h | 2 | ||||
-rw-r--r-- | src/drivers/mrc_cache/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/include/fsp/util.h b/src/drivers/intel/fsp2_0/include/fsp/util.h index 80982f0e57..8fdd178d79 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/util.h +++ b/src/drivers/intel/fsp2_0/include/fsp/util.h @@ -74,7 +74,7 @@ union extended_fsp_revision { } rev; }; -#if CONFIG_UDK_VERSION < CONFIG_UDK_2017_VERSION +#if CONFIG_UDK_VERSION < 2017 enum resource_type { EFI_RESOURCE_SYSTEM_MEMORY = 0, EFI_RESOURCE_MEMORY_MAPPED_IO = 1, diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig index 403c501964..71111537f6 100644 --- a/src/drivers/mrc_cache/Kconfig +++ b/src/drivers/mrc_cache/Kconfig @@ -54,7 +54,7 @@ config MRC_SAVE_HASH_IN_TPM config MRC_CACHE_USING_MRC_VERSION bool - default y if UDK_VERSION >= UDK_202302_VERSION + default y if UDK_VERSION >= 202302 default n help Use the MRC version info from FSP extended header to store the MRC cache data. |