diff options
author | Dave Liu <daveliu@freescale.com> | 2009-12-16 10:24:37 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-01-05 13:49:10 -0600 |
commit | bdc9f7b5eab8d5edd8a8cc5d80ef080836b00e85 (patch) | |
tree | 57b6745a30901b1f9ea7b33e52dae00cbd951136 /cpu/mpc8xxx/ddr/options.c | |
parent | 0a71c92c7e1e565111cb34cd389a21ec500ca5c1 (diff) |
fsl-ddr: add the override for write leveling
add the override for write leveling sampling and
start time according to specific board.
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc8xxx/ddr/options.c')
-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 2e030c11a3..3dcd33ddf2 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->wrlvl_override = 0; #endif /* |