]> git.sur5r.net Git - u-boot/commit
fit: Do not throw away extra configuration on fit_image_load()
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 4 Sep 2017 20:12:15 +0000 (23:12 +0300)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:48 +0000 (05:27 -0600)
commit7c3dc776b91a683b2f7dd40ed91361124a3a91c0
treef87deef1ca8d43508710415e9a8442a310b7b8a6
parentad026adbcf0d719e736eb58a9059cbbebb2d2423
fit: Do not throw away extra configuration on fit_image_load()

fit_image_load() threw away the extra configuration parts when
loading. We need them around for applying extra overlays for
building the boot fdt.

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/image-fit.c