commit | 6f52b385ed73b7c06e4bb103f83f4b33149e4122 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:48 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | f8b9eb577f766937ae64dd44ae19f8e545ca382f | |
parent | 22c793ab71159b33bc736fbfcc12622776c614de [diff] |
sandbox: Init the EC properly even if no state file is available This currently relies on sandbox attempting to read a state file. At present it always does, even when there is no state file, in which case it fails, but still inits the EC. That is a bug, so update this driver to set the current image always, even if no state is read. Signed-off-by: Simon Glass <sjg@chromium.org>