Skip to content
Commit 86c91562 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

riscv: Change phys_addr_t and phys_size_t to 64-bit



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: default avatarBin Meng <bin.meng@windriver.com>
parent d17e9d25
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment