aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-09-22 03:04:20 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-23 23:36:25 +0000
commit32be9f90452d2bff25db7b745405ccb3f1bd811a (patch)
tree365e638009ebc101ec42c820b664851004c489e6
parentfc6a4c6c49974fe772d0a138555a7c46f002984b (diff)
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 <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r--src/mainboard/google/zork/chromeos.fmd8
1 files changed, 2 insertions, 6 deletions
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)