commit | ba87da454f5c1628c660e11f3d4c2675af114347 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Tue Nov 24 16:15:05 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 16 14:49:09 2021 -0500 |
tree | 8271669e621145ca1db045ca17aea4b9a3be3486 | |
parent | 4ed136370a4a23631ffe382e0e04eb20758b7e78 [diff] |
common: spl: spl_fit.c: report an error on hash check fail When the hash check fails on a loadable image, the SPL/TPL simply jump to the next one. This commit changes this behaviour, when the hash check fails on a loadable image, the function spl_load_simple_fit stops and report an error. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>