commit | 70817b42a150804035f3209e98525ac76a33ddb1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 20 18:48:01 2023 +1300 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 23 15:09:37 2023 -0400 |
tree | 9cb8befc35a42191fb04b03bb7d6c27f77d05242 | |
parent | d2f3f22e9e332549be4f9b44a8faae48c3216980 [diff] |
bootstd: Relax the argument requirements for bootflow scan Currently this does not allow the -lb flags unless CMD_BOOTFLOW_FULL is enabled, which means that we need two separate boot commands. Relax this to make things easier. It is only a small amount of extra code. Signed-off-by: Simon Glass <sjg@chromium.org>