]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: spl_mmc: fix mmc Falcon mode regression
authorTim Harvey <tharvey@gateworks.com>
Thu, 21 May 2015 22:57:16 +0000 (15:57 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 26 May 2015 12:26:27 +0000 (14:26 +0200)
commit9d3b56544137b1390b235ed0991a3b5740ceb208
treeafe40c29dbb6be07c00d726c691100a087080549
parent6122f0d556c7d2ba54c5d61f4ef2453d993aa8eb
spl: spl_mmc: fix mmc Falcon mode regression

91199f4a5a21a7cf9dd9e7c05e295a042f8c2b7e broke mmc based Falcon mode.

The block_read function returns the number of blocks read thus the error
check needs to look for a return of 0 blocks read.

Cc: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Acked-by: Paul Kocialkowski <contact@paulk.fr>
common/spl/spl_mmc.c