
27 Jan
2015
27 Jan
'15
4:16 a.m.
Minghuan,
On 01/26/2015 09:12 PM, Lian Minghuan-B31939 wrote:
Hi York,
We can not use phys_addr_t and phys_size_t here.
If CONFIG_PHYS_64BIT is defined and uboot is compiled as 32bit like PowerPC64 arch, phys_addr_t and phys_size_t will be defined as 64bit, but the pointer is still 32bit size.
I take unsigned long is a good alternative.
York