mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
fsl-ddr: use the 1T timing as default configuration
For light loaded system, we use the 1T timing to gain better memory performance, but for some heavily loaded system, you have to add the 2T timing options to board files. Signed-off-by: Dave Liu <daveliu@freescale.com> Acked-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
committed by
Andrew Fleming-AFLEMING
parent
22cca7e1cd
commit
b4983e16d1
@@ -74,6 +74,9 @@ void fsl_ddr_board_options(memctl_options_t *popts,
|
||||
*/
|
||||
popts->write_data_delay = 3;
|
||||
|
||||
/* 2T timing enable */
|
||||
popts->twoT_en = 1;
|
||||
|
||||
/*
|
||||
* Factors to consider for half-strength driver enable:
|
||||
* - number of DIMMs installed
|
||||
|
Reference in New Issue
Block a user