[U-Boot-Users] [PATCH] Remove #undef DEBUG from MPC83xx boardheader files
Timur Tabi
timur at freescale.com
Fri Jan 11 16:05:24 CET 2008
Liu Dave wrote:
> I suggest keep the debug option - #undef DEBUG.
>
> Sometimes, if we need debug, it is easy to open the debug mode
> with the switch.
I don't see how. The "#undef DEBUG" will override any #define DEBUG or -DDEBUG
that you specify. The "#undef DEBUG" makes it impossible to use the debug()
call or anything else like it.
--
Timur Tabi
Linux kernel developer at Freescale
More information about the U-Boot
mailing list