x86: p2sb: Drop LOG_DEBUG
We should not enable debugging by default. Drop this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
414e10b96c
commit
72d98ee091
|
|
@ -7,7 +7,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_CATEGORY UCLASS_MISC
|
#define LOG_CATEGORY UCLASS_MISC
|
||||||
#define LOG_DEBUG
|
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <axi.h>
|
#include <axi.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue