sbc8548: correct local bus SDRAM size from 64M to 128M
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 21 Sep 2009 00:36:04 +0000 (20:36 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:36 +0000 (09:04 -0500)
commit02af821c115214b53285a077284e19147e5bc435
treeda4bbf5bcfd3fbc7451b1dc16505cd08e3c41fc5
parent89ff5dbc039b398779839a417a6c8a02783d000e
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>
board/sbc8548/sbc8548.c
board/sbc8548/tlb.c
include/configs/sbc8548.h