Re: [U-Boot] [PATCH] cmd: fit_image: Add default property for FIT format scripts

2018-06-29 Thread Simon Glass
On 22 June 2018 at 07:58, Alex Kiernan wrote: > When sourcing a FIT format script, if we've not been told the unit name > to use, look for a default property at the root of /images to work out > which unit we should use. > > Signed-off-by: Alex Kiernan > --- > > cmd/source.c | 31

[U-Boot] [PATCH] cmd: fit_image: Add default property for FIT format scripts

2018-06-22 Thread Alex Kiernan
When sourcing a FIT format script, if we've not been told the unit name to use, look for a default property at the root of /images to work out which unit we should use. Signed-off-by: Alex Kiernan --- cmd/source.c | 31 ++- 1 file changed, 26 insertions(+), 5