Files
u-boot/drivers/net
Bin Meng 673625c459 net: ftmac100: Cast priv->iobase with uintptr_t
priv->iobase was declared as phys_addr_t which is now a 64-bit
address. In a 32-bit build, this causes the following warning
seen when building ftmac100.c:

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

Cast priv->iobase with uintptr_t.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
2021-02-03 03:38:41 -07:00
..
2021-01-05 16:20:26 -05:00
2020-12-18 20:32:21 -07:00
2020-12-18 20:32:21 -07:00
2019-08-09 23:15:01 +02:00
2020-12-18 20:32:21 -07:00