u-boot/drivers/ram/sifive
Bin Meng d36c94279d ram: sifive: Fix -Wint-to-pointer-cast warnings
The following warning is seen in sifive_ddr.c in a 32-bit build:

  warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Change to use dev_read_addr_index_ptr().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2021-10-20 10:59:09 +08:00
..
Kconfig drivers: ram: sifive: rename fu540_ddr and add fu740 support 2021-05-31 16:35:54 +08:00
Makefile drivers: ram: sifive: rename fu540_ddr and add fu740 support 2021-05-31 16:35:54 +08:00
sifive_ddr.c ram: sifive: Fix -Wint-to-pointer-cast warnings 2021-10-20 10:59:09 +08:00