diff options
author | Bill Richardson <wfrichar@chromium.org> | 2012-06-07 00:27:28 -0700 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-06-07 01:20:16 -0700 |
commit | 12eecc012ba5c0c37beafa03fe70f97fedf3e726 (patch) | |
tree | d390dfc4b73e86769ba7cc2fc688ceb5cddc39b5 /include | |
parent | c7f2e0246e8129aa179b09c5042d0265266e3a17 (diff) | |
download | chrome-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 'include')
-rw-r--r-- | include/version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h index 0ded5513e1..d168c23490 100644 --- a/include/version.h +++ b/include/version.h @@ -25,5 +25,6 @@ struct version_struct { extern const struct version_struct version_data; extern const char build_info[]; +extern const char __version_struct_offset[]; #endif /* __CROS_EC_VERSION_H */ |