
4 Feb
2021
4 Feb
'21
2:53 a.m.
From: Bin Meng bin.meng@windriver.com
phys_addr_t and phys_size_t are currently defined as `unsigned long`, but RV32 supports 34-bit physical address, hence both phys_addr_t and phys_size_t should be defined to 64-bit using `unsigned long long`.
Signed-off-by: Bin Meng bin.meng@windriver.com ---
(no changes since v1)
arch/riscv/include/asm/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!