Dear U-Boot maintainer,
I have two questions about mmc driver base u-boot-2013.07.
Q 1:
In mmc.c, function sd_send_op_cond(), line 506:
line 505:
if (timeout <= 0)
line 506:
return UNUSABLE_ERR;
I think it should be return TIMEOUT .
Because for MMC card or eMMC device, the progra
Dear U-Boot maintainer,
I have two questions about mmc driver base u-boot-2013.07.
Q 1:
In mmc.c, function sd_send_op_cond(), line 506:
line 505:
if (timeout <= 0)
line 506:
return UNUSABLE_ERR;
I think it should be return TIMEOUT .
Because for MMC card or eMMC device, the progra
2 matches
Mail list logo