fit: cipher: aes: allow to read the IV in the FIT image
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 17 Sep 2020 13:01:47 +0000 (15:01 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 13 Oct 2020 01:30:38 +0000 (21:30 -0400)
commit54ab7cf1dd3f88e124d16c5ef64b0aae4e704ffc
tree955757664c3f2cf8d893940678b020734952ea21
parenta6982a6f768bdcf4bd0848ff4dbe68c2fd6599fb
fit: cipher: aes: allow to read the IV in the FIT image

This commit add the support in u-boot to read the IV
in the FIT image instead of u-boot device tree.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
common/image-cipher.c