Re: [U-Boot] [PATCH 6/9] Hang when no command line processing can be performed

2016-02-26 Thread Tom Rini
On Fri, Feb 26, 2016 at 10:31:36AM -0700, Simon Glass wrote: > Hi Tom, > > On 26 February 2016 at 10:17, Tom Rini wrote: > > On Thu, Feb 25, 2016 at 09:00:53PM -0700, Simon Glass wrote: > > > >> Normally board_run_command() will handle command processed. But if for some > >> reason it returns the

Re: [U-Boot] [PATCH 6/9] Hang when no command line processing can be performed

2016-02-26 Thread Simon Glass
Hi Tom, On 26 February 2016 at 10:17, Tom Rini wrote: > On Thu, Feb 25, 2016 at 09:00:53PM -0700, Simon Glass wrote: > >> Normally board_run_command() will handle command processed. But if for some >> reason it returns then we should hang to avoid further processing. >> >> Signed-off-by: Simon Gl

Re: [U-Boot] [PATCH 6/9] Hang when no command line processing can be performed

2016-02-26 Thread Tom Rini
On Thu, Feb 25, 2016 at 09:00:53PM -0700, Simon Glass wrote: > Normally board_run_command() will handle command processed. But if for some > reason it returns then we should hang to avoid further processing. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini ... but can we maybe try and for

[U-Boot] [PATCH 6/9] Hang when no command line processing can be performed

2016-02-25 Thread Simon Glass
Normally board_run_command() will handle command processed. But if for some reason it returns then we should hang to avoid further processing. Signed-off-by: Simon Glass --- common/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/main.c b/common/main.c index 1a2ef39..a9f7f71 10