mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
drivers/ddr/fsl: Adjust bstopre value
By default the bstopre value has been set to 0x100, used to be 1/4 value of refint. Modern DDR has increased the refresh time. Adjust to 1/4 of refresh interval dynamically. Individual board can still override this value in board ddr file, or to use auto-precharge. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
14d5547cf1
commit
56848428a8
3 changed files with 8 additions and 6 deletions
|
@ -103,7 +103,7 @@ unsigned int compute_lowest_common_dimm_parameters(
|
|||
const dimm_params_t *dimm_params,
|
||||
common_timing_params_t *outpdimm,
|
||||
unsigned int number_of_dimms);
|
||||
unsigned int populate_memctl_options(int all_dimms_registered,
|
||||
unsigned int populate_memctl_options(const common_timing_params_t *common_dimm,
|
||||
memctl_options_t *popts,
|
||||
dimm_params_t *pdimm,
|
||||
unsigned int ctrl_num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue