commit | 51026aa1096a77b8bfa1dcd5dab3b6f18f5cee1c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 24 09:14:43 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 26 08:53:10 2016 -0700 |
tree | b188acd238807c91d709fed57efb36dca62734fd | |
parent | 5b539a05e89777b92dfd14a25eff68cefd0a3d8b [diff] |
Revert "image-fit: Fix signature checking" This reverts commit 84ca65aa4bd0d03867e9e49805201d0564d3ffb0. On signature verification failures fit_image_verify() should NOT exit with error. Only keys marked 'required' can cause image verification failure. This logic is already there and works correctly. Add a comment to make this clear. Fixes: 84ca65aa (image-fit: Fix signature checking) Signed-off-by: Simon Glass <sjg@chromium.org>