diff options
-rw-r--r-- | src/drivers/mrc_cache/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig index e12a3a50d6..afe1dc0b95 100644 --- a/src/drivers/mrc_cache/Kconfig +++ b/src/drivers/mrc_cache/Kconfig @@ -56,14 +56,12 @@ config MRC_SAVE_HASH_IN_TPM config MRC_CACHE_USING_MRC_VERSION bool - default y if UDK_VERSION >= 202302 default n help Use the MRC version info from FSP extended header to store the MRC cache data. This method relies on the FSP_PRODUCER_DATA_TABLES belongs to the `FspProducerDataHeader.h`file to get the MRC version. - Intel FSP built with EDK2 version 202302 onwards has support to retrieve the - MRC version by directly parsing the binary. + Supported platform can retrieve the MRC version by directly parsing the binary. endif # CACHE_MRC_SETTINGS |