u-boot-brain/board/AndesTech
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
..
adp-ae3xx treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
adp-ag101p treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
ax25-ae350 riscv: ax25-ae350: Cast addr with uintptr_t 2021-02-03 03:38:41 -07:00