Re: [U-Boot] [PATCH] USB: Change the necessary defines to get debug output

2011-01-28 Thread Remy Bohmer
Hi, 2011/1/28 Alexander Holler : > While debugging some USB stuff, I've first missed that there are actually > two defines necessary to get usefull output. The one needed to get debug > output > for the communication with HUBs was burried somewhere deep inside the code. > > Change that so that a

[U-Boot] [PATCH] USB: Change the necessary defines to get debug output

2011-01-28 Thread Alexander Holler
While debugging some USB stuff, I've first missed that there are actually two defines necessary to get usefull output. The one needed to get debug output for the communication with HUBs was burried somewhere deep inside the code. Change that so that a #define DEBUG is enough while still leaving th