From 12eecc012ba5c0c37beafa03fe70f97fedf3e726 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 7 Jun 2012 00:27:28 -0700 Subject: Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAP BUG=chrome-os-partner:9495 TEST=manual Build image, run dump_fmap. Look for those entries. Change-Id: I6dfc38e00ce1e11ea24c8392d1691fab32a59d1f Signed-off-by: Bill Richardson Reviewed-on: https://gerrit.chromium.org/gerrit/24696 Reviewed-by: Hung-Te Lin --- core/cortex-m/ec.lds.S | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S index 2b22a76809..2ef091e905 100644 --- a/core/cortex-m/ec.lds.S +++ b/core/cortex-m/ec.lds.S @@ -24,6 +24,7 @@ SECTIONS .text : { OUTDIR/core/CORE/init.o (.text.vecttable) . = ALIGN(4); + __version_struct_offset = .; *(.rodata.ver) . = ALIGN(4); OUTDIR/core/CORE/init.o (.text) -- cgit v1.2.1