summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>2010-03-26 16:14:38 -0500
committerScott Sweeny <scott.sweeny@timesys.com>2010-09-29 17:32:30 -0400
commit7ce9279b6b3d9edf67e44f4de1d04bf26ed409e1 (patch)
treec665c72f42e9d5586c3faac826bd3ffe39133ad5
parent7788830cd67fbeb94aa44bb4ad8d93b6947bc035 (diff)
Enabling ZQ calibration control for FSL DDR3 by default
Enable ZQ calibration control by default for DDR3 for FSL DDRC driver. Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
-rw-r--r--cpu/mpc8xxx/ddr/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8xxx/ddr/options.c b/cpu/mpc8xxx/ddr/options.c
index 2e030c11a3..64700c3b95 100644
--- a/cpu/mpc8xxx/ddr/options.c
+++ b/cpu/mpc8xxx/ddr/options.c
@@ -198,6 +198,7 @@ unsigned int populate_memctl_options(int all_DIMMs_registered,
* meet the tQDSS under different loading.
*/
popts->wrlvl_en = 1;
+ popts->zq_en = 1;
#endif
/*