summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/samus_pd/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/samus_pd/board.h b/board/samus_pd/board.h
index f2cd65ef96..877e12798f 100644
--- a/board/samus_pd/board.h
+++ b/board/samus_pd/board.h
@@ -65,6 +65,11 @@
#define CONFIG_VBOOT_HASH
#undef CONFIG_WATCHDOG_HELP
+/* Use PSTATE embedded in the RO image, not in its own erase block */
+#undef CONFIG_FLASH_PSTATE_BANK
+#undef CONFIG_FW_PSTATE_SIZE
+#define CONFIG_FW_PSTATE_SIZE 0
+
/* I2C ports configuration */
#define I2C_PORT_MASTER 1
#define I2C_PORT_SLAVE 0