]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5a025bbe76484146da87b0eee836bb191715e098
tree955757664c3f2cf8d893940678b020734952ea21
parent45c417a290c7cc9bca4f2d4a1213ddc3199a41b6
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