From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 19 Dec 2016 15:26:02 +0800 Subject: [U-Boot] [PATCH v2 02/63] spl: spi: Add a debug message if loading fails In-Reply-To: <1479587152-25065-3-git-send-email-sjg@chromium.org> References: <1479587152-25065-1-git-send-email-sjg@chromium.org> <1479587152-25065-3-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Nov 20, 2016 at 4:24 AM, Simon Glass wrote: > This currently fails silently. Add a debug message to aid debugging. > > Signed-off-by: Simon Glass > --- > > 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(-) > Reviewed-by: Bin Meng