提交 5798b1c4 编写于 作者: K Kumar Gala 提交者: Wolfgang Denk

FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 0ba6bfef
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册