mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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