Re: [U-Boot] [PATCH 11/14] tools: Add an error code when fit_handle_file() fails

2016-07-03 Thread Teddy Reed
Hi Simon, On Sun, Jul 3, 2016 at 8:40 AM, Simon Glass wrote: > The error code may provide useful information for debugging. Add it to the > error string. > > Signed-off-by: Simon Glass Reviewed-by: Teddy Reed > --- > > tools/fit_image.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletion

[U-Boot] [PATCH 11/14] tools: Add an error code when fit_handle_file() fails

2016-07-03 Thread Simon Glass
The error code may provide useful information for debugging. Add it to the error string. Signed-off-by: Simon Glass --- tools/fit_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fit_image.c b/tools/fit_image.c index 58aa8e2..f471982 100644 --- a/tools/fit_i