]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Print from which mmc slot spl is trying to boot
authorHans de Goede <hdegoede@redhat.com>
Sun, 20 Mar 2016 13:17:10 +0000 (14:17 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Mar 2016 21:04:13 +0000 (22:04 +0100)
commit8f10b5c65611e6c15a113bf63289b6696452f90d
tree82de5131c3e9f0df42026cec3d1e548592bc432d
parentb813ef0252b0532318195491f8b53011b22d6f16
spl: Print from which mmc slot spl is trying to boot

On some sunxi boards (and presumably also non sunxi boards) u-boot can
be either loaded from a sdcard in a micro-sd slot, or from eMMC.

Print which MMC spl tries to boot from, to help debugging.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl.c