commit | 6c5c03c12c2e8a85480f1f407165ea884b2af128 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Thu Oct 29 18:50:29 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 01 14:12:28 2020 -0500 |
tree | d5ba64c03253ea7886cda536785a49d575132ea6 | |
parent | 223ee7dc43ef1f4ed90567dfd810d15f7af8e2a5 [diff] |
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>