From 6ed71fd2adc06b4f887865bed2b66fe736bc774e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 14 Jul 2023 16:51:42 -0600 Subject: mb/google/myst: Remove PRESERVE FMD flag for RW_MRC_CACHE The PRESERVE flag in the FMD file tells futility not to erase the fmap partition when updating the firmware. Because of an issue on myst right now, we want the RW_MRC_CACHE partition to be erased when the firmware is updated. BUG=b:290763369 TEST=None Signed-off-by: Martin Roth Change-Id: Id586ae057b2fd6d513ddbba5e1284dea39467d95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76478 Reviewed-by: Jason Glenesk Reviewed-by: Raul Rangel Reviewed-by: Jon Murphy Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/google/myst/chromeos.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/myst/chromeos.fmd b/src/mainboard/google/myst/chromeos.fmd index e1502e1683..f57a883e2a 100644 --- a/src/mainboard/google/myst/chromeos.fmd +++ b/src/mainboard/google/myst/chromeos.fmd @@ -33,7 +33,7 @@ FLASH@0xFF000000 16M { SMMSTORE(PRESERVE) 64K RW_LEGACY(CBFS) RW_VBIOS_CACHE 64K - RW_MRC_CACHE(PRESERVE) 256K + RW_MRC_CACHE 256K RECOVERY_MRC_CACHE(PRESERVE) 256K } } -- cgit v1.2.3