bootstd: Show a message sometimes if no bootflows are found
authorSimon Glass <sjg@chromium.org>
Mon, 24 Apr 2023 01:49:48 +0000 (13:49 +1200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Apr 2023 12:43:04 +0000 (08:43 -0400)
commitf9fb57c6917f9172f0393c67463e0b1230726e66
treef0595c948a2926b88c55de5a8e9a9dad379aaed5
parent1736b4af0e8a30aa3e9d0720c07dfb70fb16dceb
bootstd: Show a message sometimes if no bootflows are found

Enable some messages that might provide hints, but only for
CMD_BOOTFLOW_FULL since otherwise the -l flag is not available.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
cmd/bootflow.c