]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: p2sb: Drop LOG_DEBUG
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:03 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 00:59:36 +0000 (13:59 +1300)
We should not enable debugging by default. Drop this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/p2sb_emul.c

index 973d02d6785b1f9493cd2f65494dfd074f67e157..51f87161d5b796c496aae44249760832f4142b85 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #define LOG_CATEGORY UCLASS_MISC
-#define LOG_DEBUG
 
 #include <common.h>
 #include <axi.h>