[U-Boot-Users] serial debug during init

My target is a PPC 440 Spe processor.
In the ./lib_ppc/board.c file there is a debug function to dump serial status during the init process.
I presume there is some compile option to activate this feature!
Can someone point me in the right direction please?
regards,
WO
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.15/581 - Release Date: 09/12/2006

Dear William,
in message HBEJJCJKELFDJDFGMGGHEECADGAA.wo@mpstor.com you wrote:
In the ./lib_ppc/board.c file there is a debug function to dump serial status during the init process.
I presume there is some compile option to activate this feature!
Please feel free to remove the '#' which comments out the "-DDEBUG" part in the definition of DBGFLAGS in "config.mk". But note that this might turn on much mnore debug output than you are interested in. Adding a "#define DEBUG" before the first #include line in the file(s) you want to get debug output from is probably less noisy.
Best regards,
Wolfgang Denk
participants (2)
-
William Oppermann
-
Wolfgang Denk