[U-Boot] [PATCH 2/4] arm: m53evk: Test if bootscript exists before loading it

2014-09-23 Thread Marek Vasut
Make sure the boot.scr exists on the card before loading it from the card to avoid annoying message on the console. Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m53evk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h

Re: [U-Boot] [PATCH 2/4] arm: m53evk: Test if bootscript exists before loading it

2014-09-29 Thread Stefano Babic
On 23/09/2014 13:18, Marek Vasut wrote: > Make sure the boot.scr exists on the card before loading it > from the card to avoid annoying message on the console. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==