]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv7, beagle: Second SDRAM bank don;t work
authorHeiko Schocher <hs@denx.de>
Thu, 4 Nov 2010 20:05:25 +0000 (16:05 -0400)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 4 Nov 2010 20:05:25 +0000 (16:05 -0400)
commit0fc43a417c4ba5ab63dad6736a18f3bf7008f35f
tree4ba473ddce3427b9e9fdf93040ad57ebb389b18e
parent76ee9a2c3ba0b642e61ad282386953fcdfc659c7
armv7, beagle: Second SDRAM bank don;t work

since commit 3667cbeed5e3c4067e624e52a916b1ebb02c8f05
on beagle board the second sdram bank didn;t longer
work. Since this patch sdram settings just get copied
from bank a, but CMD_NOP, CMD_PRECHARGE, CMD_AUTOREFRESH
are not executed and after that mr register is also
not updated. This patch adds this for the bank b.

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Steve Sakoman <steve@sakoman.com>
cc: Sandeep Paulraj <s-paulraj@ti.com>
cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap3/sdrc.c