commit | 66e3dce78750f6fc4f6a402ce62c20ba95976dd1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:09 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | ea4d629072d737d7ddfcc88e9af34e83ca5960a9 | |
parent | eacc261178b9c8024cb8de89ee4ca6c68d80d96a [diff] |
bootstd: Allow hunting for a bootdev by label Add a function to hunt for a bootdev label and find the bootdev produced by the hunter (or already present). Add a few extra flags so that we can distinguish between "mmc1", "mmc" and "1" which all need to be handled differently. Signed-off-by: Simon Glass <sjg@chromium.org>