summaryrefslogtreecommitdiff
path: root/common/fmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fmap.c')
-rw-r--r--common/fmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/fmap.c b/common/fmap.c
index 3adb1c1c6f..25ccc1cf70 100644
--- a/common/fmap.c
+++ b/common/fmap.c
@@ -105,11 +105,11 @@ const struct _ec_fmap {
},
{
/* The range for write protection, for factory
- * finalization. Should include (or identical to)
+ * finalization. Should include (may be identical to)
* EC_RO and aligned to hardware specification. */
.area_name = "WP_RO",
- .area_offset = CONFIG_SECTION_RO_OFF,
- .area_size = CONFIG_SECTION_RO_SIZE,
+ .area_offset = CONFIG_SECTION_WP_RO_OFF,
+ .area_size = CONFIG_SECTION_WP_RO_SIZE,
.area_flags = FMAP_AREA_STATIC | FMAP_AREA_RO,
},
#ifdef CONFIG_VBOOT_SIG