]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1164f1d87ab0a778b35e6152cac8ad8faac67940
treee86df266911c5928d5e61819ecfceebc6f0d56be
parentd5394e752338955a5b659fe8bb09b0ce2fc386f2
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