]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: mmc: Report device number when we fail
authorAlex Kiernan <alex.kiernan@gmail.com>
Tue, 18 Sep 2018 08:11:55 +0000 (08:11 +0000)
committerTom Rini <trini@konsulko.com>
Sun, 30 Sep 2018 17:00:34 +0000 (13:00 -0400)
commitaa608b6c9981f41d1e82fb311523f570e5e112ab
tree06e84635d6981fda96c660e3c0098b4eb1d4f205
parenta71e907c4dbeee69b9b70e266ccc1e7d760ef9c1
spl: mmc: Report device number when we fail

If we fail to find the MMC boot device, report the number of the one
we were looking for in the error to aid diagnosis.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
common/spl/spl_mmc.c