Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79255?usp=email )
Change subject: configs: Drop references to MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN ......................................................................
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 --- M configs/config.google_meep_cros 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Felix Singer: Looks good to me, approved
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index 97e23fd..c8e3227 100644 --- a/configs/config.google_meep_cros +++ b/configs/config.google_meep_cros @@ -10,7 +10,6 @@ # 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