diff options
author | Srikanth Srinivasan <srikanth.srinivasan@freescale.com> | 2010-03-26 16:14:38 -0500 |
---|---|---|
committer | Scott Sweeny <scott.sweeny@timesys.com> | 2010-09-29 17:32:30 -0400 |
commit | 7ce9279b6b3d9edf67e44f4de1d04bf26ed409e1 (patch) | |
tree | c665c72f42e9d5586c3faac826bd3ffe39133ad5 | |
parent | 7788830cd67fbeb94aa44bb4ad8d93b6947bc035 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8xxx/ddr/options.c b/cpu/mpc8xxx/ddr/options.c index 2e030c11a3b..64700c3b95c 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 /* |