Re: [U-Boot] [PATCH] Provide more useful debugging when an initcall fails

2013-04-15 Thread Simon Glass
Hi Wolfgang, On Sun, Apr 14, 2013 at 1:34 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1365863234-22906-1-git-send-email-...@chromium.org> you wrote: >> The debug() which prints out the current call is not very useful, since if >> it is called early enough (such as before the cons

Re: [U-Boot] [PATCH] Provide more useful debugging when an initcall fails

2013-04-14 Thread Wolfgang Denk
Dear Simon Glass, In message <1365863234-22906-1-git-send-email-...@chromium.org> you wrote: > The debug() which prints out the current call is not very useful, since if > it is called early enough (such as before the console is ready in the > pre-relocation board_init_f() sequence) it can hang th

[U-Boot] [PATCH] Provide more useful debugging when an initcall fails

2013-04-13 Thread Simon Glass
The debug() which prints out the current call is not very useful, since if it is called early enough (such as before the console is ready in the pre-relocation board_init_f() sequence) it can hang the board. It is more useful to print a message when a call fails, and in this case the non-relocated