commit | 5d053cca387dc92040569278b76d65391c91c249 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:10 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 7b7ad6e384b9a8b749715792e440eabda4bc0f73 | |
parent | a8f5be178db53f41338730e001b0f2ab459f7e31 [diff] [blame] |
bootstd: Add a bootdev command Add a 'bootdev' command to handle listing and selection of bootdevs. Disable standard boot for a few boards which otherwise run out of space. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 24e2ad7..5a48b84 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -700,6 +700,7 @@ F: boot/bootflow.c F: boot/bootmeth*.c F: boot/bootstd.c +F: cmd/bootdev.c F: include/bootdev*.h F: include/bootflow.h F: include/bootmeth.h