]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Allow the bootdev to be optional in bootflows
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:23 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit3320cdca0ba07ee27df06bf8ef6982260c319ea7
tree4ffd44ff0c951a104d180a3239b06984efa3a486
parent30bd137cfb31e87608487a2c8b7f24232d1fc923
bootstd: Allow the bootdev to be optional in bootflows

With global bootmeths we want to scan without a bootdev. Update the logic
to allow this.

Change the bootflow command to show the bootdev only when valid.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
boot/bootflow.c
cmd/bootflow.c