From 3d4f1347fed8e5ac52102ce7a04d5bd8861fa6d8 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 17 May 2012 06:05:06 -0500 Subject: [PATCH] U-Boot: Re-disable MMU tracing --- src/system/boot/platform/u-boot/mmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/mmu.cpp b/src/system/boot/platform/u-boot/mmu.cpp index 0630e0e215..15e5193ef4 100644 --- a/src/system/boot/platform/u-boot/mmu.cpp +++ b/src/system/boot/platform/u-boot/mmu.cpp @@ -24,7 +24,7 @@ #include -#define TRACE_MMU +//#define TRACE_MMU #ifdef TRACE_MMU # define TRACE(x) dprintf x #else