Siyuan Wang ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/1499

-gerrit

commit 08632f969856f76a573215028bba187deb5ec0b8
Author: Siyuan Wang <[email protected]>
Date:   Fri Sep 7 19:16:58 2012 +0800

    cimx sb700: change Platform.h to remove some warnings
    
    TRACE has redefined warnings in src/southbridge/amd/cimx/sb700/Platform.h,
    so we do some changes to remove such warnings.
    
    Change-Id: I24979e08b83434f91a8fa37cd9f16303fa0b298d
    Signed-off-by: Siyuan Wang <[email protected]>
    Signed-off-by: Siyuan Wang <[email protected]>
---
 src/southbridge/amd/cimx/sb700/Platform.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/southbridge/amd/cimx/sb700/Platform.h 
b/src/southbridge/amd/cimx/sb700/Platform.h
index d70345d..d731edf 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to