Re: [U-Boot] [PATCH 7/7] DEBUG: Fix debug macros

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535702-20929-8-git-send-email-marek.va...@gmail.com> you wrote: > The current implementation of debug doesn't play well with GCC4.6. > This implementation also fixes GCC4.6 complaints about unused variables > while maintaining code size. > > Also, drop the debugX

[U-Boot] [PATCH 7/7] DEBUG: Fix debug macros

2011-10-25 Thread Marek Vasut
The current implementation of debug doesn't play well with GCC4.6. This implementation also fixes GCC4.6 complaints about unused variables while maintaining code size. Also, drop the debugX() as that's not used anywhere anymore. Signed-off-by: Mike Frysinger Signed-off-by: Marek Vasut Cc: Wolfg