summaryrefslogtreecommitdiff
path: root/board/meowth_fp/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/meowth_fp/board.h')
-rw-r--r--board/meowth_fp/board.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/board/meowth_fp/board.h b/board/meowth_fp/board.h
index 01feeecaf1..f7fb706eb6 100644
--- a/board/meowth_fp/board.h
+++ b/board/meowth_fp/board.h
@@ -8,6 +8,12 @@
#ifndef __BOARD_H
#define __BOARD_H
+/*
+ * TODO(b/73337313) remove this config,
+ * once the write-protection scheme is decided and validated.
+ */
+#define CONFIG_SYSTEM_UNLOCKED
+
/* the UART console is on USART1 */
#undef CONFIG_UART_CONSOLE
#define CONFIG_UART_CONSOLE 1
@@ -31,7 +37,7 @@
#define CONFIG_STM_HWTIMER32
#undef CONFIG_TASK_PROFILING
#define CONFIG_WATCHDOG_HELP
-#define CONFIG_WP_ALWAYS
+#define CONFIG_WP_ACTIVE_HIGH
/* SPI configuration for the fingerprint sensor */
#define CONFIG_SPI_MASTER