fit: remove an additional check for FIT images
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 15 Apr 2021 09:01:13 +0000 (12:01 +0300)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 20 Apr 2021 05:36:08 +0000 (11:06 +0530)
commit0ddcdbebf70d5fc0ebbd86303c22446f7673a522
tree8d53045410a2fc0379dc643fdc276a0da449f0db
parentcaeaa1245cac3029598b6d5e87aade724b27fcc4
fit: remove an additional check for FIT images

This is a partial revert of the following commit from upstream.
commit 79af75f7776f ("fit: Don't allow verification of images with @ nodes")

This workaround is needed because the fit image for the MC firmware
image uses a firmware@1 node which describes the MC image, setup which
is not accepted starting with the commit referenced.

The MC firmware images will also be changed but this commit is also
needed so that we can use this u-boot with older MC firmware images
which cannot be changed.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
common/image-fit.c