commit | 2bf3016f89344d4cd8b2c96bbec2b642a2bde413 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jul 10 01:09:23 2008 +1000 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Wed Jul 09 14:13:01 2008 -0400 |
tree | dd472d2d20ae41bc93c189ca141ea61ddae9826a | |
parent | 3fa69dd57759cb45fa48bb70a055025d25a7e4e8 [diff] |
powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM 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>