mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
pxa: fix assignment from incompatible pointer type
fix mmc_bread function prototype Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
64d792063f
commit
0937b8d869
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ mmc_write(uchar * src, ulong dst, int size)
|
|||
|
||||
ulong
|
||||
/****************************************************/
|
||||
mmc_bread(int dev_num, ulong blknr, ulong blkcnt, ulong * dst)
|
||||
mmc_bread(int dev_num, ulong blknr, lbaint_t blkcnt, void *dst)
|
||||
/****************************************************/
|
||||
{
|
||||
int mmc_block_size = MMC_BLOCK_SIZE;
|
||||
|
|
Loading…
Add table
Reference in a new issue