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

2016-03-14 Thread Tom Rini
On Sun, Mar 13, 2016 at 07:07:32PM -0600, Simon Glass wrote: > Normally board_run_command() will handle command processed. But if for some > reason it returns then we should panic to avoid further processing. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Descrip

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

2016-03-13 Thread Simon Glass
Normally board_run_command() will handle command processed. But if for some reason it returns then we should panic to avoid further processing. Signed-off-by: Simon Glass --- Changes in v2: - Use panic() instead of hang() common/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common