commit | 56dae9ef3c56a7de6ed4af5efb82e661329d4738 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 05 16:32:52 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:34 2021 -0600 |
tree | c0b8673d28e711a7baaf0d34ea1c5f7b0fd0cff5 | |
parent | 656d7447705550af0b464e7f6bc10fc1547e69ee [diff] |
cros_ec: Use standard calls for recovery-request checking Rather than calling directly into the sandbox SDL code, we can use the normal U-Boot console handling for this feature. Update the code, to make it more generic. Signed-off-by: Simon Glass <sjg@chromium.org>