summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2common.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2common.h')
-rw-r--r--firmware/2lib/include/2common.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/firmware/2lib/include/2common.h b/firmware/2lib/include/2common.h
index 7bd89075..0a6dccd2 100644
--- a/firmware/2lib/include/2common.h
+++ b/firmware/2lib/include/2common.h
@@ -30,13 +30,8 @@ struct vb2_public_key;
#endif
/* Platform-dependent debug output macros. */
-#if defined(VBOOT_DEBUG)
-# define VB2_DEBUG(format, args...) vb2ex_printf(__func__, format, ## args)
-# define VB2_DEBUG_RAW(format, args...) vb2ex_printf(NULL, format, ## args)
-#else
-# define VB2_DEBUG(format, args...)
-# define VB2_DEBUG_RAW(format, args...)
-#endif
+#define VB2_DEBUG(format, args...) vb2ex_printf(__func__, format, ## args)
+#define VB2_DEBUG_RAW(format, args...) vb2ex_printf(NULL, format, ## args)
/*
* Define test_mockable and for mocking functions when compiled for Chrome OS