Re: [U-Boot] [PATCH 03/14] mkimage: Require a data file when auto-fit is used

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:09AM -0600, Simon Glass wrote: > When auto-fit is used, it is not valid to create a FIT without an image > file. Add a check for this to avoid a very confusing error message later > ("Can't open (null): Bad address"). > > Signed-off-by: Simon Glass Reviewed-by: Tom

[U-Boot] [PATCH 03/14] mkimage: Require a data file when auto-fit is used

2016-06-30 Thread Simon Glass
When auto-fit is used, it is not valid to create a FIT without an image file. Add a check for this to avoid a very confusing error message later ("Can't open (null): Bad address"). Signed-off-by: Simon Glass --- tools/mkimage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkimage