Re: [PATCH v2 13/18] mmc: Add more debugging for SPL

2024-12-07 Thread Simon Glass
Hi Tom, On Thu, 3 Oct 2024 at 15:57, Tom Rini wrote: > > On Fri, Sep 20, 2024 at 09:24:37AM +0200, Simon Glass wrote: > > > 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 h

Re: [PATCH v2 13/18] mmc: Add more debugging for SPL

2024-10-03 Thread Tom Rini
On Fri, Sep 20, 2024 at 09:24:37AM +0200, Simon Glass wrote: > 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.

[PATCH v2 13/18] mmc: Add more debugging for SPL

2024-09-20 Thread Simon Glass
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 --- Changes in v2: - Drop the unnecessary