summaryrefslogtreecommitdiff
path: root/common/fmap.c
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-24 10:58:38 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-25 03:58:46 +0000
commitc40573399466395248af0e807c63e9180e0e87d7 (patch)
tree93d2d25403446779066af8db85bef24748af4d1a /common/fmap.c
parent23b0aa42da0e04e36893d9e8e1662f2b58ff621f (diff)
downloadchrome-ec-c40573399466395248af0e807c63e9180e0e87d7.tar.gz
common/fmap: Update doc link
The old link just redirects to source code on github, which is not the source that we build fmap from. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I013032a1a1c71c238393f23bf5798134cc2d53a2 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1674052 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/fmap.c')
-rw-r--r--common/fmap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/fmap.c b/common/fmap.c
index f8255c8798..a78c35b9b2 100644
--- a/common/fmap.c
+++ b/common/fmap.c
@@ -11,7 +11,10 @@
#include "util.h"
#include "version.h"
-/* FMAP structs. See http://code.google.com/p/flashmap/wiki/FmapSpec */
+/*
+ * FMAP structs.
+ * See https://chromium.googlesource.com/chromiumos/third_party/flashmap/+/master/lib/fmap.h
+ */
#define FMAP_NAMELEN 32
#define FMAP_SIGNATURE "__FMAP__"
#define FMAP_SIGNATURE_SIZE 8