commit | b8acfa963e240987304e8b58be21222766d26687 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Fri Jun 22 14:58:02 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 19 16:17:58 2018 -0400 |
tree | e2b565e24171e69ff823ac28a07cd9802ba381fe | |
parent | becc3e01b38221d4de0c44a004202fea6121b221 [diff] |
cmd: fit_image: Add default property for FIT format scripts 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 <alex.kiernan@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>