summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Yung-Chieh Lo <yjlou@chromium.org>2012-08-29 16:13:12 +0800
committerGerrit <chrome-bot@google.com>2012-08-29 02:12:52 -0700
commit631ae525a6f56bc330e675fec7300dd5a7b21e84 (patch)
tree939177eaff894582eedb3cd2b8452ce7de74aa35
parente0c55a3238f41ce30d6d592725670766355bed67 (diff)
downloadvboot-631ae525a6f56bc330e675fec7300dd5a7b21e84.tar.gz
Revert "Change FMAP search stride from 4-byte to 64-byte."
This reverts commit 92951c813dc416c24d8a9eda39d037f46baeb077. BUG=chromium-os:33963, TEST=None BRANCH=None Change-Id: I186432ab4cdb91495f81a1574863fada28f59603 Reviewed-on: https://gerrit.chromium.org/gerrit/31690 Commit-Ready: Yung-Chieh Lo <yjlou@chromium.org> Reviewed-by: Yung-Chieh Lo <yjlou@chromium.org> Tested-by: Yung-Chieh Lo <yjlou@chromium.org>
-rw-r--r--host/include/fmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/fmap.h b/host/include/fmap.h
index e8ab9998..7da2dd90 100644
--- a/host/include/fmap.h
+++ b/host/include/fmap.h
@@ -14,7 +14,7 @@
#define FMAP_NAMELEN 32
#define FMAP_SIGNATURE "__FMAP__"
#define FMAP_SIGNATURE_SIZE 8
-#define FMAP_SEARCH_STRIDE 64
+#define FMAP_SEARCH_STRIDE 4
typedef struct _FmapHeader {
char fmap_signature[FMAP_SIGNATURE_SIZE]; /* avoiding endian issues */
uint8_t fmap_ver_major;