summaryrefslogtreecommitdiff
path: root/common/ec_efs.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ec_efs.c')
-rw-r--r--common/ec_efs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ec_efs.c b/common/ec_efs.c
index a08edde9b1..e3e2cf2d50 100644
--- a/common/ec_efs.c
+++ b/common/ec_efs.c
@@ -281,7 +281,7 @@ void ec_efs_print_status(void)
ccprintf("boot_mode : %s\n",
boot_mode_name_[ec_efs_ctx.boot_mode]);
-#ifdef CR50_RELAXED
+#ifdef CR50_DEV
ccprintf("ec_hash_secdata : %ph\n",
HEX_BUF(ec_efs_ctx.hash, SHA256_DIGEST_SIZE));
#endif