
21 Jun
2013
21 Jun
'13
10:40 p.m.
On Fri, Apr 12, 2013 at 03:56:28PM +0800, Mingkai Hu wrote:
To avoid sign extension problem, use explicit casting to cast the SDRAM size to type phys_size_t, or else, if the SDRAM size is 2G(0x80000000), it will be extended to 0xffffffff80000000 when phys_size_t is type 'unsigned long long'.
Signed-off-by: Mingkai Hu Mingkai.Hu@freescale.com
Applied, thanks!
Andy