commit | 45eea1d1016d924e77210d7aff6540c5cd2659fe | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Feb 10 23:53:40 2009 -0600 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:05:55 2009 -0600 |
tree | c710c36056f4bd1486c1b5cbd306e64233a215c5 | |
parent | a864f32b54d776a359ba31642665fba53875d183 [diff] |
fsl-ddr: Allow system to boot if we have more than 4G of memory Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report an error and hang. Instead of doing that since DDR is mapped in the lowest priority LAWs we setup the DDR controller and the max amount of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Becky Bruce <beckyb@kernel.crashing.org>