commit | f8523cb0815b2d3d2d780b7d49ca614105555f58 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Feb 06 09:56:35 2009 -0600 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:05:51 2009 -0600 |
tree | 206a783a630f0878ad49977dfe712219bfd4e957 | |
parent | 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3 [diff] |
85xx: Fix how we map DDR memory Previously we only allowed power-of-two memory sizes and didnt handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED and should properly handle any size that we can make in the TLBs we have available to us Signed-off-by: Kumar Gala <galak@kernel.crashing.org>