diff options
author | Martin Roth <gaumless@gmail.com> | 2023-07-14 16:51:42 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2023-07-14 23:23:44 +0000 |
commit | 6ed71fd2adc06b4f887865bed2b66fe736bc774e (patch) | |
tree | 487583cf37ff247f6731146d455ec12f37f14484 /src/mainboard/google/myst | |
parent | 5d65c819a9ea7b4b2179b85e56b1e548aee53d69 (diff) |
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 <gaumless@gmail.com>
Change-Id: Id586ae057b2fd6d513ddbba5e1284dea39467d95
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76478
Reviewed-by: Jason Glenesk <jason.glenesk@amd.corp-partner.google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/myst')
-rw-r--r-- | src/mainboard/google/myst/chromeos.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |