summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2019-12-06 17:14:35 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-16 09:37:20 +0000
commitf17396591f32517416a804dee2ad5a9c33a28227 (patch)
tree06365f9ff97c2d679251a11edb0dd35177bc7d7e
parent40bb6c340f4d1d2440f624d8bb68157d10304b3f (diff)
downloadcoreboot-f17396591f32517416a804dee2ad5a9c33a28227.tar.gz
coreboot-f17396591f32517416a804dee2ad5a9c33a28227.tar.bz2
coreboot-f17396591f32517416a804dee2ad5a9c33a28227.zip
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>
-rw-r--r--src/mainboard/facebook/monolith/vboot-rw.fmd10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/facebook/monolith/vboot-rw.fmd b/src/mainboard/facebook/monolith/vboot-rw.fmd
index fad0f9776706..fd7811b11f8a 100644
--- a/src/mainboard/facebook/monolith/vboot-rw.fmd
+++ b/src/mainboard/facebook/monolith/vboot-rw.fmd
@@ -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
}