summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/flash-f.c2
-rw-r--r--chip/stm32/flash-stm32l4.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/chip/stm32/flash-f.c b/chip/stm32/flash-f.c
index 51fcf806ae..aaf8e69873 100644
--- a/chip/stm32/flash-f.c
+++ b/chip/stm32/flash-f.c
@@ -505,7 +505,7 @@ int flash_physical_protect_at_boot(uint32_t new_flags)
if (original_val[i] != val[i])
write_optb(i * 2 + 8, val[i]);
-#ifdef CONFIG_WP_ALWAYS
+#ifdef CONFIG_FLASH_READOUT_PROTECTION
/*
* Set a permanent protection by increasing RDP to level 1,
* trying to unprotected the flash will trigger a full erase.
diff --git a/chip/stm32/flash-stm32l4.c b/chip/stm32/flash-stm32l4.c
index 821d277b7a..97594733c0 100644
--- a/chip/stm32/flash-stm32l4.c
+++ b/chip/stm32/flash-stm32l4.c
@@ -167,7 +167,7 @@ int flash_physical_protect_at_boot(uint32_t new_flags)
}
unlock_optb();
-#ifdef CONFIG_WP_ALWAYS
+#ifdef CONFIG_FLASH_READOUT_PROTECTION
/*
* Set a permanent protection by increasing RDP to level 1,
* trying to unprotected the flash will trigger a full erase.