summaryrefslogtreecommitdiff
path: root/chip/lm4/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/config.h')
-rw-r--r--chip/lm4/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/lm4/config.h b/chip/lm4/config.h
index 8433ee1637..b2ce40a4e8 100644
--- a/chip/lm4/config.h
+++ b/chip/lm4/config.h
@@ -59,6 +59,9 @@
#define CONFIG_SECTION_RW_OFF (CONFIG_SECTION_RO_OFF \
+ CONFIG_SECTION_RO_SIZE)
+#define CONFIG_SECTION_WP_RO_SIZE (40 * CONFIG_FLASH_BANK_SIZE)
+#define CONFIG_SECTION_WP_RO_OFF CONFIG_FLASH_BASE
+
#define CONFIG_FW_RO_OFF CONFIG_SECTION_RO_OFF
#define CONFIG_FW_RO_SIZE CONFIG_SECTION_RO_SIZE
#define CONFIG_FW_RW_OFF CONFIG_SECTION_RW_OFF