commit | 5e671d61440aa745caa664b95bf61889c15fea04 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Mon Sep 04 23:12:15 2017 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:48 2017 -0600 |
tree | f87deef1ca8d43508710415e9a8442a310b7b8a6 | |
parent | a488074f957329e78bd3ab729adf9a2bdcd89d2f [diff] |
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>