commit | 215be68f7fd465a85cc9c120fa0bb09a8169e893 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:03 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 0195ba57f94d4fca102bf5677d494f2727aa9fe6 | |
parent | 4937be029e04a5315fc2f94f38fda70a8359d327 [diff] |
bootstd: Add a SPI flash bootdev Add a bootdev for SPI flash so that these devices can be used with standard boot. It only supports loading a script. Add a special case for the label, since we want to use "spi", not "spi_flash". Enable the new bootdev on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>