[U-Boot] [PATCH] Fix the behaviour of the 'run' command

2012-04-23 Thread Timo Ketola
If one command fails, 'run' command should terminate and not execute any remaining variables. Signed-off-by: Timo Ketola t...@exertus.fi --- This is based on u-boot-imx.git next. I hope that doesn't cause too much trouble. common/main.c |3 ++- 1 files changed, 2 insertions(+), 1

Re: [U-Boot] [PATCH] Fix the behaviour of the 'run' command

2012-04-23 Thread Wolfgang Denk
Dear Timo Ketola, In message 1335175047-30984-1-git-send-email-t...@exertus.fi you wrote: If one command fails, 'run' command should terminate and not execute any remaining variables. Signed-off-by: Timo Ketola t...@exertus.fi --- This is based on u-boot-imx.git next. I hope that doesn't

Re: [U-Boot] [PATCH] Fix the behaviour of the 'run' command

2012-04-23 Thread Simon Glass
Hi Timo, On Mon, Apr 23, 2012 at 9:57 PM, Timo Ketola t...@exertus.fi wrote: If one command fails, 'run' command should terminate and not execute any remaining variables. Signed-off-by: Timo Ketola t...@exertus.fi Tested on sandbox after a bit of investigation. Tested-by: Simon Glass

Re: [U-Boot] [PATCH] Fix the behaviour of the 'run' command

2012-04-23 Thread Wolfgang Denk
Dear Timo Ketola, In message 1335175047-30984-1-git-send-email-t...@exertus.fi you wrote: If one command fails, 'run' command should terminate and not execute any remaining variables. Signed-off-by: Timo Ketola t...@exertus.fi --- This is based on u-boot-imx.git next. I hope that doesn't