fit: load all fragments from the extra configurations
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 6 Mar 2019 13:52:27 +0000 (15:52 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 22:13:23 +0000 (18:13 -0400)
commit35c7527eb9884e2a1c6911cf524639c6e5b91c98
tree66d83ecdd94de89d8ee794ebdb2540de09dc125e
parentc1ef736e3d486b758c4cda36c24d9111c5733bb0
fit: load all fragments from the extra configurations

Currently only the first fdt is loaded from the extra configuration of
FIT image.
If the configuration have multiple fdt, load them all as well.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
common/image-fit.c