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

Joe Hershberger joe.hershberger at gmail.com
Tue Oct 25 22:10:21 CEST 2011


On Sun, Oct 23, 2011 at 12:12 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Mike Frysinger,
>
> In message <CAJaTeTpwpO6Kd-q=bmbzqPJMoNz_YiOWGRks=zGkhes0vUA=mg at mail.gmail.com> you wrote:
>>
>> > +#define debugX(level, fmt, args...)            \
>> > +       debug_cond((_DEBUG && DEBUG >=3D (level)), fmt, ##args)
>>
>> i thought we were just going to punt debugX() ?
>
> Yes, please do!

I'm working on a patch for the net code that benefits from the debugX
macro.  Especially for the net code, the debug traces can be
overwhelming depending on the issue you are looking at.  I recommend
we keep it around.

Thanks
-Joe


More information about the U-Boot mailing list