]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Add more debugging for SPL
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:37 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:17 +0000 (11:52 -0600)
commit69bd517eebdf5403aee026b69bd4db8da4b714f4
tree373be98889f8558ac2ba5d59cc8e0b4153213c95
parentdb59f0bcb6d62a859085579ed202608915fa89ff
mmc: Add more debugging for SPL

When MMC booting fails it is sometimes hard to figure out what went
wrong as there is no error code. It isn't even clear which MMC device
was chosen, since SPL can have its own numbering.

Add some debugging to help with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl_mmc.c