[PATCH v2 20/45] bloblist: Drop debugging
Simon Glass
sjg at chromium.org
Thu Oct 13 14:29:02 CEST 2022
Disable debugging by default since this implementation is stable now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
common/bloblist.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/common/bloblist.c b/common/bloblist.c
index 8488663354b..0d63b6e8817 100644
--- a/common/bloblist.c
+++ b/common/bloblist.c
@@ -4,7 +4,6 @@
* Written by Simon Glass <sjg at chromium.org>
*/
-#define LOG_DEBUG
#define LOG_CATEGORY LOGC_BLOBLIST
#include <common.h>
--
2.38.0.rc1.362.ged0d419d3c-goog
More information about the U-Boot
mailing list