We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4dd3d commit d573efaCopy full SHA for d573efa
src/update_flash_hwswap.c
@@ -27,6 +27,9 @@
27
#include "hal.h"
28
#include "spi_flash.h"
29
#include "wolfboot/wolfboot.h"
30
+#ifdef SECURE_PKCS11
31
+int WP11_Library_Init(void);
32
+#endif
33
34
extern void hal_flash_dualbank_swap(void);
35
@@ -92,6 +95,9 @@ void RAMFUNCTION wolfBoot_start(void)
92
95
hal_flash_lock();
93
96
}
94
97
98
99
+ WP11_Library_Init();
100
101
hal_prepare_boot();
102
do_boot((void *)(WOLFBOOT_PARTITION_BOOT_ADDRESS + IMAGE_HEADER_SIZE));
103
0 commit comments