]> git.baikalelectronics.ru Git - uboot.git/commit
tools: fit_image: Add the loadable property to configs
authorAbel Vesa <abel.vesa@nxp.com>
Tue, 12 Mar 2019 08:34:32 +0000 (08:34 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 16:15:07 +0000 (12:15 -0400)
commit436af37b76dedeab261eddedc250eb74158f819f
tree814cc8b0ad793294b58f468e6831842c66d9a4b8
parent084469f8e6e65bb95fa6888406cc589d208b27f4
tools: fit_image: Add the loadable property to configs

When running mkimage with "-f auto", the loadable property
needs to be set in order to allow SPL FIT support to boot.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Tested-by: Fabio Estevam <festevam@gmail.com>
tools/fit_image.c