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