[Bug 420] u-boot crashes when compiled with debugging enabled

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Sat May 19 08:33:55 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=420

laforge at openmoko.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From laforge at openmoko.org  2007-05-19 08:33 -------
ok, this is caused by the switch from my own DEBUGP macros to the generic u-boot
"debug" macro.

However, the regular 'debug' macro ends up in a printf() call, which in turn can
call into the usb driver in case the console is set to usbtty.

So the solution is to introduce own, custom definitions for the 'debug' macro in
the USB code to always call serial_printf() instead of usual printf().

I'm currently testing a patch for this.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list