summaryrefslogtreecommitdiff
path: root/common/fmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fmap.c')
-rw-r--r--common/fmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fmap.c b/common/fmap.c
index 2402484b52..c76b6621d3 100644
--- a/common/fmap.c
+++ b/common/fmap.c
@@ -74,6 +74,7 @@ const struct _ec_fmap {
.fmap_ver_minor = FMAP_VER_MINOR,
.fmap_base = CONFIG_PROGRAM_MEMORY_BASE,
.fmap_size = CONFIG_FLASH_SIZE,
+ /* Used to distinguish the EC FMAP from other FMAPs */
.fmap_name = "EC_FMAP",
.fmap_nareas = NUM_EC_FMAP_AREAS,
},