]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/Makefile
bootstd: Add a bootflow command
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:11 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit2d653f686b6db7929764aa5da4c60b8a4cab052f
tree466d9efce067e2f3b25ccb807a00297ea7055b3e
parent5d053cca387dc92040569278b76d65391c91c249
bootstd: Add a bootflow command

Add a 'bootflow' command to handle listing and selection of bootflow.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/Makefile
cmd/bootflow.c [new file with mode: 0644]