Re: [U-Boot] [PATCH 09/82] spl: spi: Add a debug message if loading fails

2016-10-10 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > This currently fails silently. Add a debug message to aid debugging. > > Signed-off-by: Simon Glass > --- > > common/spl/spl_spi.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/common/spl/spl_spi.c b/

[U-Boot] [PATCH 09/82] spl: spi: Add a debug message if loading fails

2016-09-25 Thread Simon Glass
This currently fails silently. Add a debug message to aid debugging. Signed-off-by: Simon Glass --- common/spl/spl_spi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/spl/spl_spi.c b/common/spl/spl_spi.c index a3caafb..3f400eb 100644 --- a/common/spl/spl_spi.c ++