summaryrefslogtreecommitdiffstats
path: root/src/drivers/mrc_cache
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-08-24 17:19:03 -0600
committerMartin L Roth <gaumless@gmail.com>2023-08-26 21:14:45 +0000
commit09202cce26fdd2796688ae6bf5b746ecaf2b07d2 (patch)
tree789ef27fd90579d93bc06a9061b9089208bb4868 /src/drivers/mrc_cache
parent8b703954c352329486d3610121ae41de896da565 (diff)
downloadcoreboot-09202cce26fdd2796688ae6bf5b746ecaf2b07d2.tar.gz
coreboot-09202cce26fdd2796688ae6bf5b746ecaf2b07d2.tar.bz2
coreboot-09202cce26fdd2796688ae6bf5b746ecaf2b07d2.zip
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>
Diffstat (limited to 'src/drivers/mrc_cache')
-rw-r--r--src/drivers/mrc_cache/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig
index 403c501964df..71111537f6b7 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.