]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Sep 2009 17:05:00 +0000 (12:05 -0500)
commit11d5a629f8a40f9d7cffc74e58f4e3ed258e56ab
tree084dfd5667b06957a383a14c5a67bdbaf4b10ad6
parent0c7e4d45d9fb3c9e503ee93d50572d346dae150e
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