> Dear Marek Vasut, > > In message <[email protected]> you wrote: > > > -#undef DEBUG_RTC > > > - > > > -#ifdef DEBUG_RTC > > > -#define DEBUGR(fmt,args...) printf(fmt ,##args) > > > -#else > > > -#define DEBUGR(fmt,args...) > > > -#endif > > > -/*-------------------------------------------------------------------- > > > -*/ - > > > > This undermines the ability of fine-grained debuging output, right? Now > > you can only debug whole uboot or nothing ... correct me if I'm wrong > > please. > > The normal way to enable debugging on file scope is to compile only > the respective files with DEBUG defined. > > > Best regards, > > Wolfgang Denk
Roger that !! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

