Re: [U-Boot] [PATCH] spl: Print from which mmc slot spl is trying to boot

2016-03-20 Thread Tom Rini
On Sun, Mar 20, 2016 at 02:19:19PM +0100, Hans de Goede wrote: > 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 Goe

[U-Boot] [PATCH] spl: Print from which mmc slot spl is trying to boot

2016-03-20 Thread Hans de Goede
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 --- common/spl/spl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 del