Hi Remy, No, it does not. DEBUG is defined as dev_err and dev_err is defined as printf. Anyway I can change it.
On 08/12/2010 10:33 PM, Remy Bohmer wrote: >> @@ -37,8 +37,10 @@ >> #define dev_err(x, stuff...) printf(stuff) >> #define dev_dbg dev_err >> #define dev_warn dev_err >> -#define DEBUG dev_err >> -#define VDEBUG DEBUG >> +#define WARN INFO >> +#define ERROR INFO >> +#define DEBUG INFO > > This switches DEBUG logging on by default. This is not wanted. > Can you please change that? > > Kind regards, > > Remy -- Best regards, Vitaly Kuzmichev. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

