[U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-08-29 Thread Simon Glass
Tested-by: Simon Glass Signed-off-by: Simon Glass --- include/common.h |8 lib/vsprintf.c | 26 -- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/include/common.h b/include/common.h index 12a1074..856df9a 100644 --- a/include/common.h +++

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-08-29 Thread Graeme Russ
Hi Simon On Tue, Aug 30, 2011 at 2:05 AM, Simon Glass wrote: > Tested-by: Simon Glass > Signed-off-by: Simon Glass > --- > include/common.h |8 > lib/vsprintf.c | 26 -- > 2 files changed, 32 insertions(+), 2 deletions(-) > > diff --git a/include/common

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-08-30 Thread Simon Glass
Hi Graeme, On Mon, Aug 29, 2011 at 4:15 PM, Graeme Russ wrote: > Hi Simon > > On Tue, Aug 30, 2011 at 2:05 AM, Simon Glass wrote: >> Tested-by: Simon Glass >> Signed-off-by: Simon Glass >> --- >>  include/common.h |    8 >>  lib/vsprintf.c   |   26 -- >>  2 fil

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1314633910-8550-2-git-send-email-...@chromium.org> you wrote: > Tested-by: Simon Glass > Signed-off-by: Simon Glass > --- > include/common.h |8 > lib/vsprintf.c | 26 -- > 2 files changed, 32 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:06 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1314633910-8550-2-git-send-email-...@chromium.org> you wrote: >> Tested-by: Simon Glass >> Signed-off-by: Simon Glass >> --- >>  include/common.h |    8 >>  lib/vsprintf.c   |   26 ++

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-10-17 Thread Simon Glass
Hi Wofgang, On Mon, Oct 17, 2011 at 1:21 PM, Simon Glass wrote: > Hi Wolfgang, > > On Mon, Oct 17, 2011 at 1:06 PM, Wolfgang Denk wrote: >> Dear Simon Glass, >> >> In message <1314633910-8550-2-git-send-email-...@chromium.org> you wrote: >>> Tested-by: Simon Glass >>> Signed-off-by: Simon Glass