summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/config-stm32f03x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/config-stm32f03x.h b/chip/stm32/config-stm32f03x.h
index 32238c5361..a1211d38a7 100644
--- a/chip/stm32/config-stm32f03x.h
+++ b/chip/stm32/config-stm32f03x.h
@@ -32,7 +32,8 @@
* contiguous.
*/
#if defined(BOARD_ZINGER) || defined(BOARD_MINIMUFFIN)
-#define CONFIG_FW_PSTATE_SIZE 0
+/* Not using pstate but keep some space for the public key */
+#define CONFIG_FW_PSTATE_SIZE 544
#else
#define CONFIG_FW_PSTATE_SIZE CONFIG_FLASH_BANK_SIZE
#endif