summaryrefslogtreecommitdiff
path: root/board/fizz/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/fizz/board.h')
-rw-r--r--board/fizz/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/fizz/board.h b/board/fizz/board.h
index dd79c0d36e..24cb93c35a 100644
--- a/board/fizz/board.h
+++ b/board/fizz/board.h
@@ -132,6 +132,14 @@
/* I2C addresses */
#define I2C_ADDR_TCPC0 0x16
+/* Verify and jump to RW image on boot */
+#define CONFIG_RWSIG
+#define CONFIG_RWSIG_TYPE_RWSIG
+#define CONFIG_RSA
+#define CONFIG_SHA256
+#define CONFIG_RSA_KEY_SIZE 3072
+#define CONFIG_RSA_EXPONENT_3
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"