]> git.dujemihanovic.xyz Git - u-boot.git/commit
mkimage: fit: handle FDT_ERR_NOSPACE when ciphering
authorPatrick Oppenlander <patrick.oppenlander@gmail.com>
Thu, 30 Jul 2020 04:22:14 +0000 (14:22 +1000)
committerTom Rini <trini@konsulko.com>
Fri, 7 Aug 2020 15:47:18 +0000 (11:47 -0400)
commit04aeebb131081698204ad38bd8aba7140cd3ba22
tree2eeb62a6d3f15e02354349ce8e88863ec8d2ead1
parentc520266f9a796f5f447f5e3b1da04a874500290a
mkimage: fit: handle FDT_ERR_NOSPACE when ciphering

Also replace fdt_delprop/fdt_setprop with fdt_setprop as fdt_setprop can
replace an existing property value.

Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
tools/image-host.c