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 ma...@denx.de Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano

[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 ma...@denx.de Cc: Stefano Babic sba...@denx.de --- include/configs/m53evk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git