summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 91492bc4b1..a412e0928d 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -788,7 +788,7 @@ DECLARE_DEFERRED(process_board_cfg);
/* Initialize board. */
static void board_init(void)
{
-#ifdef CR50_DEV
+#if defined(CR50_DEV) || defined(CRYPTO_TEST_SETUP)
static enum ccd_state ccd_init_state = CCD_STATE_OPENED;
#else
static enum ccd_state ccd_init_state = CCD_STATE_LOCKED;