commit | 02af821c115214b53285a077284e19147e5bc435 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sun Sep 20 20:36:04 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:36 2009 -0500 |
tree | da4bbf5bcfd3fbc7451b1dc16505cd08e3c41fc5 | |
parent | 89ff5dbc039b398779839a417a6c8a02783d000e [diff] |
sbc8548: correct local bus SDRAM size from 64M to 128M The size of the LB SDRAM on this board is 128MB, spanning CS3 and CS4. It was previously only being configured for 64MB on CS3, since that was what the original codebase of the MPC8548CDS had. In addition to setting up BR4/OR4, this also adds the TLB entry for the second half of the SDRAM. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>