aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/dram.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-mscc/dram.c')
-rw-r--r--arch/mips/mach-mscc/dram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-mscc/dram.c b/arch/mips/mach-mscc/dram.c
index 309007c..8002e07 100644
--- a/arch/mips/mach-mscc/dram.c
+++ b/arch/mips/mach-mscc/dram.c
@@ -19,7 +19,7 @@ static inline int vcoreiii_train_bytelane(void)
ret = hal_vcoreiii_train_bytelane(0);
-#ifdef CONFIG_SOC_OCELOT
+#if defined(CONFIG_SOC_OCELOT) || defined(CONFIG_SOC_JR2)
if (ret)
return ret;
ret = hal_vcoreiii_train_bytelane(1);