diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-11-24 14:35:08 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-11-25 13:54:52 +0000 |
commit | b667ce6382e040239c9ed4d3c2223351fe6c9e7e (patch) | |
tree | 86225e2b7d112189a96358ea5e65a6fbf883bc62 | |
parent | bbaa1f00f3ba024bd0055230f4b812c8f044a9b6 (diff) |
configs: Drop references to MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN
This follows commit 6615c6eaf79 which removed the symbol. Since Kconfig
is going to become more strict about unknown symbols, fix it.
Change-Id: I7b7f2e4c0774919a55083f7c5348f2b5031c8287
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79255
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r-- | configs/config.google_meep_cros | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index 97e23fd631..c8e3227689 100644 --- a/configs/config.google_meep_cros +++ b/configs/config.google_meep_cros @@ -10,7 +10,6 @@ CONFIG_ANY_TOOLCHAIN=y # ChromeOS CONFIG_CHROMEOS=y CONFIG_HAS_RECOVERY_MRC_CACHE=y -CONFIG_MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN=y # Event Logging CONFIG_CMOS_POST=y |