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 > --- > > This is based on u-boot-imx.git next. I hope that doesn't caus

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 wrote: > If one command fails, 'run' command should terminate and not execute > any remaining variables. > > Signed-off-by: Timo Ketola Tested on sandbox after a bit of investigation. Tested-by: Simon Glass Acked-by: Simon Glass This is

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 > --- > > This is based on u-boot-imx.git next. I hope that doesn't caus