diff options
author | Bin Meng <bin.meng@windriver.com> | 2021-01-31 20:36:02 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-02-03 03:38:41 -0700 |
commit | 673625c45938dc9616e5cdb64bbd6459fd74fb00 (patch) | |
tree | badd263164800e967165bd6f5a5138315b4caf10 /lib/fdtdec.c | |
parent | b7324b5d5380cddbac7f17bc6229776763c08ee4 (diff) |
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>
Diffstat (limited to 'lib/fdtdec.c')
0 files changed, 0 insertions, 0 deletions