summaryrefslogtreecommitdiff
path: root/board/nocturne_fp
diff options
context:
space:
mode:
Diffstat (limited to 'board/nocturne_fp')
-rw-r--r--board/nocturne_fp/board.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/nocturne_fp/board.h b/board/nocturne_fp/board.h
index 71283db2af..f1975d582d 100644
--- a/board/nocturne_fp/board.h
+++ b/board/nocturne_fp/board.h
@@ -131,10 +131,11 @@
#else /* SECTION_IS_RO */
/* RO verifies the RW partition signature */
#define CONFIG_RSA
-#define CONFIG_RSA_KEY_SIZE 3072
-#define CONFIG_RSA_EXPONENT_3
#define CONFIG_RWSIG
#endif
+
+#define CONFIG_RSA_KEY_SIZE 3072
+#define CONFIG_RSA_EXPONENT_3
#define CONFIG_RWSIG_TYPE_RWSIG
/* RW does slow compute, RO does slow flash erase. */