Re: [U-Boot] [PATCH v3 02/62] spl: spi: Add a debug message if loading fails

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > This currently fails silently. Add a debug message to aid debugging. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: > - Show the error value in spl_spi_load_image() > > common/spl/spl_s

[U-Boot] [PATCH v3 02/62] spl: spi: Add a debug message if loading fails

2017-01-16 Thread Simon Glass
This currently fails silently. Add a debug message to aid debugging. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: - Show the error value in spl_spi_load_image() common/spl/spl_spi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --gi