diff options
author | Simon Glass <sjg@chromium.org> | 2022-04-24 23:31:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-25 10:00:04 -0400 |
commit | 5d053cca387dc92040569278b76d65391c91c249 (patch) | |
tree | 7b7ad6e384b9a8b749715792e440eabda4bc0f73 /MAINTAINERS | |
parent | a8f5be178db53f41338730e001b0f2ab459f7e31 (diff) | |
download | u-boot-5d053cca387dc92040569278b76d65391c91c249.tar.gz u-boot-5d053cca387dc92040569278b76d65391c91c249.tar.bz2 u-boot-5d053cca387dc92040569278b76d65391c91c249.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 24e2ad75f8..5a48b84199 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -700,6 +700,7 @@ F: boot/bootdev*.c 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 |