powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM
authorStefan Roese <sr@denx.de>
Wed, 9 Jul 2008 15:09:23 +0000 (01:09 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 9 Jul 2008 18:13:01 +0000 (14:13 -0400)
This patch enables 32bit PPC's (with 36bit physical address space, e.g.
IBM/AMCC PPC44x) to run with >= 4GB of RAM. Mostly its just replacing types
(unsigned long -> phys_addr_t).

Tested on an AMCC Katmai with 4GB of DDR2.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>

No differences found