git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414e10b
)
x86: p2sb: Drop LOG_DEBUG
author
Simon Glass
<sjg@chromium.org>
Mon, 15 Mar 2021 05:00:03 +0000
(18:00 +1300)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/drivers/misc/p2sb_emul.c
b/drivers/misc/p2sb_emul.c
index
973d02d
..
51f8716
100644
(file)
--- 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>