summaryrefslogtreecommitdiff
path: root/chip/stm32/config-stm32f100.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config-stm32f100.h')
-rw-r--r--chip/stm32/config-stm32f100.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chip/stm32/config-stm32f100.h b/chip/stm32/config-stm32f100.h
index ecc16e0652..750465a250 100644
--- a/chip/stm32/config-stm32f100.h
+++ b/chip/stm32/config-stm32f100.h
@@ -29,6 +29,13 @@
#define CONFIG_SECTION_B_OFF CONFIG_FW_B_OFF
#define CONFIG_SECTION_B_SIZE CONFIG_FW_B_SIZE
+/* no keys for now */
+#define CONFIG_VBOOT_ROOTKEY_OFF (CONFIG_FW_RO_OFF + CONFIG_FW_RO_SIZE)
+#define CONFIG_VBLOCK_A_OFF (CONFIG_FW_A_OFF + CONFIG_FW_A_SIZE)
+#define CONFIG_VBLOCK_B_OFF (CONFIG_FW_B_OFF + CONFIG_FW_B_SIZE)
+#define CONFIG_VBOOT_ROOTKEY_SIZE 0
+#define CONFIG_VBLOCK_SIZE 0
+
/* Number of IRQ vectors on the NVIC */
#define CONFIG_IRQ_COUNT 61