projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba6bfe
)
FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
author
Kumar Gala
<galak@kernel.crashing.org>
Wed, 27 Aug 2008 06:10:34 +0000
(
01:10
-0500)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 27 Aug 2008 22:35:56 +0000
(
00:35
+0200)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc86xx/ddr-8641.c
patch
|
blob
|
history
diff --git
a/cpu/mpc86xx/ddr-8641.c
b/cpu/mpc86xx/ddr-8641.c
index 932ef221c14387b2dfed99676e0f6d638ab70492..f9361820a333a120e81bcb5a1c513c70495f420d 100644
(file)
--- a/
cpu/mpc86xx/ddr-8641.c
+++ b/
cpu/mpc86xx/ddr-8641.c
@@
-34,7
+34,6
@@
void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
for (i = 0; i < CONFIG_CHIP_SELECTS_PER_CTRL; i++) {
if (i == 0) {
- out_be32(&ddr->cs0_bnds, regs->cs[i].bnds);
out_be32(&ddr->cs0_bnds, regs->cs[i].bnds);
out_be32(&ddr->cs0_config, regs->cs[i].config);