U-Boot: Re-disable MMU tracing

This commit is contained in:
Alexander von Gluck IV
2012-05-17 06:05:06 -05:00
parent 82e19983b4
commit 3d4f1347fe
+1 -1
View File
@@ -24,7 +24,7 @@
#include <string.h>
#define TRACE_MMU
//#define TRACE_MMU
#ifdef TRACE_MMU
# define TRACE(x) dprintf x
#else