[PATCH 03/34] x86: p2sb: Drop LOG_DEBUG

Simon Glass sjg at chromium.org
Mon Mar 15 06:00:03 CET 2021


We should not enable debugging by default. Drop this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 drivers/misc/p2sb_emul.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/misc/p2sb_emul.c b/drivers/misc/p2sb_emul.c
index 973d02d6785..51f87161d5b 100644
--- a/drivers/misc/p2sb_emul.c
+++ b/drivers/misc/p2sb_emul.c
@@ -7,7 +7,6 @@
  */
 
 #define LOG_CATEGORY UCLASS_MISC
-#define LOG_DEBUG
 
 #include <common.h>
 #include <axi.h>
-- 
2.31.0.rc2.261.g7f71774620-goog



More information about the U-Boot mailing list