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>
This commit is contained in:
parent
fc6a4c6c49
commit
32be9f9045
1 changed files with 2 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue