tools: fit_image: Add the loadable property to configs
authorAbel Vesa <[email protected]>
Tue, 12 Mar 2019 08:34:32 +0000 (08:34 +0000)
committerTom Rini <[email protected]>
Fri, 22 Mar 2019 16:15:07 +0000 (12:15 -0400)
commitcabde449b97799d4377f62b90374f261327a3a90
tree814cc8b0ad793294b58f468e6831842c66d9a4b8
parentcf8dcc5d02c32173b74bf1b7600dd2b990a90b13
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 <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
tools/fit_image.c