[PATCH 03/45] bloblist: Drop debugging
Simon Glass
sjg at chromium.org
Sun Sep 25 17:02:06 CEST 2022
Disable debugging by default since this implementation is stable now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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.37.3.998.g577e59143f-goog
More information about the U-Boot
mailing list