mb/facebook/monolith: Remove % tag from fmd file
cbfstool doesn't support % tag yet while this was in the fmd. Revert the fmd changes that use the % tag. BUG=N/A TEST=build Change-Id: I2dc8b8f56ee0890e01be3bed939ed922feb15e89 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
parent
40bb6c340f
commit
f17396591f
|
@ -12,14 +12,14 @@ FLASH 16M {
|
|||
}
|
||||
RW_SECTION_A@0x20000 0x860000 {
|
||||
VBLOCK_A@0x0 0x10000
|
||||
RW_FWID_A@0x10000% 0x40
|
||||
FW_MAIN_A(CBFS)@0x10040% 0x84FFC0
|
||||
RW_FWID_A@0x10000 0x40
|
||||
FW_MAIN_A(CBFS)@0x10040 0x84FFC0
|
||||
}
|
||||
WP_RO@0x880000 0x080000 {
|
||||
RO_SECTION@0x0000 0x80000 {
|
||||
FMAP@0x0% 0x800
|
||||
RO_FRID@0x800% 0x40
|
||||
RO_FRID_PAD@0x840% 0x7c0
|
||||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0x4000
|
||||
COREBOOT(CBFS)@0x5000 0x07B000
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue