binman: Fix IFWI output when using an Intel FIT image
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:51 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commite95be637c47463f771998fe7b890daec032dcb8e
tree8644b33c8c48e63453fe57639d323e353a02cde8
parent5af1207ec96e101e893605c0074205472f794982
binman: Fix IFWI output when using an Intel FIT image

At present this entry does not work correctly when a FIT image is used as
the input. It updates the FIT instead of the output image. The test passed
because the FIT image happened to have the right data already.

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/intel_ifwi.py
tools/binman/ftest.py