summaryrefslogtreecommitdiff
path: root/drivers/ddr/marvell/axp/ddr3_sdram.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-12 08:00:39 -0500
committerTom Rini <trini@konsulko.com>2021-03-12 08:00:39 -0500
commitad7e1c7c6e2bde2b369f10984d41d6b1833453fb (patch)
treef7bf2fcc1d49c12c45267a4dd9581983445c94d5 /drivers/ddr/marvell/axp/ddr3_sdram.c
parent4c8e9361bb3ced3b20e45ee94b3751da1a9ed850 (diff)
parent15942805b7efe47e186d8b30ec378666561ad1f9 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- Some more updates/sync's to A38x DDR3 code (Marek & Pali) - marvell/ddr/AXP: Some type fixes found in the LTO work (Marek) - Espressobin: Enable more options (Pali) - pci-aardvark: Implement workaround for the readback value of VEND_ID (Paili)
Diffstat (limited to 'drivers/ddr/marvell/axp/ddr3_sdram.c')
-rw-r--r--drivers/ddr/marvell/axp/ddr3_sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_sdram.c b/drivers/ddr/marvell/axp/ddr3_sdram.c
index 3a266c6de45..0b150b20f3a 100644
--- a/drivers/ddr/marvell/axp/ddr3_sdram.c
+++ b/drivers/ddr/marvell/axp/ddr3_sdram.c
@@ -21,7 +21,7 @@ extern u32 pbs_pattern_32b[2][LEN_PBS_PATTERN];
#if defined(MV88F78X60)
extern u32 pbs_pattern_64b[2][LEN_PBS_PATTERN];
#endif
-extern u32 pbs_dq_mapping[PUP_NUM_64BIT][DQ_NUM];
+extern u32 pbs_dq_mapping[PUP_NUM_64BIT + 1][DQ_NUM];
#if defined(MV88F78X60) || defined(MV88F672X)
/* PBS locked dq (per pup) */