summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 0f4cccfede..c77eccd4e9 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -581,5 +581,9 @@ enum nvmem_users {
#undef CONFIG_I2C_XFER
#undef CONFIG_I2C_SCAN
#undef CONFIG_CONSOLE_CMDHELP
+
+/* Remove features crypto test doesn't use to save space */
+#undef CONFIG_AP_RO_VERIFICATION
+#undef CONFIG_SPI_HASH
#endif /* CRYPTO_TEST_SETUP */
#endif /* __CROS_EC_BOARD_H */