commit | 5d3d44f9920bb470aee2f55d19d7dd4982051620 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:16 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 72710fc3ffb7aa06ebf4cf1baa306a8988cd0472 | |
parent | ba3d53775e9f54d0373fbc4d2e24565e8c1c1735 [diff] |
bootstd: Drop the old bootflow_scan_first() This function is not used outside tests. Drop it and rename bootflow_scan_dev() since it is how we start a scan now. Signed-off-by: Simon Glass <sjg@chromium.org>