]> git.sur5r.net Git - u-boot/commit
fit: Verify all configuration signatures
authorMarek Vasut <marex@denx.de>
Thu, 31 May 2018 15:59:07 +0000 (17:59 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:56 +0000 (16:55 -0400)
commit078e558699844bfe5b21a5c9730bba84144ef642
tree39e4f793b66f0146e0ad693e265c14907314dd4e
parente3396ffd720877976141fa0b76a0b8ee9643d7d1
fit: Verify all configuration signatures

Rather than verifying configuration signature of the configuration node
containing the kernel image types, verify all configuration nodes, even
those that do not contain kernel images. This is useful when the nodes
contain ie. standalone OSes or U-Boot.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-fit.c