bootstd: Add some more debugging in the bootdev uclass
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:15:16 +0000 (11:15 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 9 Aug 2023 15:31:11 +0000 (23:31 +0800)
commit3500ae13c6c17c6702f0efcd8ce9beeb9503ce6a
treee86df266911c5928d5e61819ecfceebc6f0d56be
parent2d5b5a9cdb7dc0646ca51206dde509f724bf6403
bootstd: Add some more debugging in the bootdev uclass

Add some more output to make it easier to see what is going wrong when
a bootdev hunter fails.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
boot/bootdev-uclass.c