aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/southbridge/amd/cimx/sb700/Platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/cimx/sb700/Platform.h b/src/southbridge/amd/cimx/sb700/Platform.h
index d70345d4e9..d731edfefd 100644
--- a/src/southbridge/amd/cimx/sb700/Platform.h
+++ b/src/southbridge/amd/cimx/sb700/Platform.h
@@ -60,6 +60,9 @@ void TraceCode ( UINT32 Level, UINT32 Code);
#define TRACECODE(Arguments)
#endif
#else
+ #ifdef TRACE
+ #undef TRACE
+ #endif
#if CONFIG_REDIRECT_SBCIMX_TRACE_TO_SERIAL
#define TRACE(Arguments) printk Arguments
#else