u-boot-brain/board/AndesTech/ax25-ae350
Bin Meng b7324b5d53 riscv: ax25-ae350: Cast addr with uintptr_t
addr was delcared as fdt_addr_t which is now a 64-bit address.
In a 32-bit build, this causes the following warning seen when
building ax25-ae350.c:

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

Cast addr with uintptr_t.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
2021-02-03 03:38:41 -07:00
..
ax25-ae350.c riscv: ax25-ae350: Cast addr with uintptr_t 2021-02-03 03:38:41 -07:00
Kconfig riscv: ax25-ae350: add SPL configuration 2019-12-10 08:23:10 +08:00
MAINTAINERS riscv: ax25-ae350: add SPL configuration 2019-12-10 08:23:10 +08:00
Makefile board: nx25-ae250: Rename as ax25-ae350 2018-05-29 14:45:02 +08:00