summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-06-07 00:27:28 -0700
committerGerrit <chrome-bot@google.com>2012-06-07 01:20:16 -0700
commit12eecc012ba5c0c37beafa03fe70f97fedf3e726 (patch)
treed390dfc4b73e86769ba7cc2fc688ceb5cddc39b5 /core/cortex-m/ec.lds.S
parentc7f2e0246e8129aa179b09c5042d0265266e3a17 (diff)
downloadchrome-ec-12eecc012ba5c0c37beafa03fe70f97fedf3e726.tar.gz
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 <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/24696 Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'core/cortex-m/ec.lds.S')
-rw-r--r--core/cortex-m/ec.lds.S1
1 files changed, 1 insertions, 0 deletions
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)