[PATCH v2 08/10] riscv: Change phys_addr_t and phys_size_t to 64-bit
Simon Glass
sjg at chromium.org
Thu Feb 4 02:53:45 CET 2021
From: Bin Meng <bin.meng at 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 at 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!
More information about the U-Boot
mailing list