提交 7ef4c45c 编写于 作者: G Gong Qianyu 提交者: Tom Rini

spl: Fix compile warning for arm64

Make the cast explicit for "warning: cast to pointer from integer of different size".
Signed-off-by: NGong Qianyu <Qianyu.Gong@freescale.com>
上级 e86c9530
......@@ -44,7 +44,7 @@ static int mmc_load_image_raw_sector(struct mmc *mmc, unsigned long sector)
/* Read the header too to avoid extra memcpy */
count = mmc->block_dev.block_read(0, sector, image_size_sectors,
(void *)spl_image.load_addr);
(void *)(ulong)spl_image.load_addr);
debug("read %x sectors to %x\n", image_size_sectors,
spl_image.load_addr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册