From 32be9f90452d2bff25db7b745405ccb3f1bd811a Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 22 Sep 2020 03:04:20 +0200 Subject: mb/google/zork: simplify flashmap file Now that we're using fmaptool to parse the .fmd file, we can use some short forms and omit unnecessary information. BUG=b:157068645 TEST=None BRANCH=zork Change-Id: I81c121d4fce13a9d2aad4477955cb4770794d244 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/45597 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh --- src/mainboard/google/zork/chromeos.fmd | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/zork/chromeos.fmd b/src/mainboard/google/zork/chromeos.fmd index 96db31eed2..7c2b95b6ec 100644 --- a/src/mainboard/google/zork/chromeos.fmd +++ b/src/mainboard/google/zork/chromeos.fmd @@ -1,10 +1,6 @@ FLASH@0xFF000000 16M { - SI_BIOS@0x0 16M { - # Size is mentioned in decimal instead of 64K because of the - # rules in picasso/Makefile.inc to calculate size of APOB NV. - # Once fmaptool is updated to provide this information, this - # can be changed to be like other entries. - RW_MRC_CACHE@0 65536 + SI_BIOS { + RW_MRC_CACHE 64K RW_SECTION_A 3M { VBLOCK_A 8K FW_MAIN_A(CBFS) -- cgit v1.2.3