commit | a21e7754742d7e4512a525b526f851b77e77ff02 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:06 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 37b0991110702a804613bed1a696c66f2d5031d9 | |
parent | e22fe922d640533ad2cf3e2989aec8ebfc2ce86a [diff] |
bootstd: Use hunters when scanning for bootflows Add a flag to control whether hunters are used when scanning for bootflows. Enable it by default and tidy up the flag comments a little. Fow now this has no effect, until a future patch enables this feature. Signed-off-by: Simon Glass <sjg@chromium.org>