[PATCH v3 19/43] bloblist: Drop debugging

Simon Glass sjg at chromium.org
Fri Oct 21 02:22:56 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.135.g90850a2211-goog



More information about the U-Boot mailing list