mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
0ba6bfef06
commit
5798b1c465
1 changed files with 0 additions and 1 deletions
|
@ -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++) {
|
for (i = 0; i < CONFIG_CHIP_SELECTS_PER_CTRL; i++) {
|
||||||
if (i == 0) {
|
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_bnds, regs->cs[i].bnds);
|
||||||
out_be32(&ddr->cs0_config, regs->cs[i].config);
|
out_be32(&ddr->cs0_config, regs->cs[i].config);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue