]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add a bootmeth command
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:12 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commitf469f367cd4889af619d1dcb6b633481181bcbf9
treeec8f5db213798c2a3c30d1886e2507120254a0a5
parent3b81f1d5156e3b5e71a8a6df223f6884571e5bca
bootstd: Add a bootmeth command

Add a 'bootmeth' command to handle listing and ordering of boot methods.

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