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)
commit7d5b1bf6b84489cbbafd6dc679fdac2eda876c74
treed5ba64c03253ea7886cda536785a49d575132ea6
parenta282ada1987ca85826e6f47bb6e3c48a17e11098
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