]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: fit_image: Add default property for FIT format scripts
authorAlex Kiernan <alex.kiernan@gmail.com>
Fri, 22 Jun 2018 14:58:02 +0000 (14:58 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 20:17:58 +0000 (16:17 -0400)
commit4e171d7be8a0f03f5025bfc0edcefd5e0f540e02
treee2b565e24171e69ff823ac28a07cd9802ba381fe
parente8b7232da97154d9bb5336524918774dfa9162c3
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>
cmd/source.c