Files
u-boot/drivers
Heinrich Schuchardt d4462ba044 sandbox: cast to pointer from integer of different size
Building sandbox_defconfig on ARMv7 with HOST_32BIT=y results in:

drivers/misc/qfw_sandbox.c:51:25: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
   51 |         void *address = (void *)be64_to_cpu(dma->address);

Add the missing type conversion.

Fixes: 69512551aa ("test: qemu: add qfw sandbox driver, dm tests, qemu tests")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2022-06-28 03:09:52 +01:00
..
2022-04-25 09:25:00 +02:00
2022-05-02 09:58:13 -04:00
2022-06-23 13:12:55 -04:00
2022-06-24 14:16:00 +02:00
2022-06-20 14:40:59 -04:00
2021-10-05 08:50:15 -04:00
2022-01-13 07:57:49 -05:00
2022-06-20 14:40:59 -04:00
2022-04-28 09:26:44 -04:00
2022-06-20 14:40:59 -04:00
2022-01-13 07:57:49 -05:00
2022-06-20 14:40:59 -04:00
2022-06-23 13:12:56 -04:00
2022-06-08 14:00:22 -04:00
2022-05-02 09:58:13 -04:00
2022-05-03 21:39:22 +02:00
2021-10-01 21:08:18 -04:00