]> git.baikalelectronics.ru Git - uboot.git/commit
spl: spl_fit.c: enable check of signature for config node in spl/tpl
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 29 Oct 2020 17:50:29 +0000 (18:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 19:12:28 +0000 (14:12 -0500)
commit53f6a282d655a1c44794df8754bbd9631faaeff8
treed5ba64c03253ea7886cda536785a49d575132ea6
parent372f3dc19c4ff755136e526fc1d21d406938bd83
spl: spl_fit.c: enable check of signature for config node in spl/tpl

This commit add the support of signature check for config node
in spl/tpl when the function spl_load_simple_fit is used.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl_fit.c