mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
driver/ddr/fsl: Fix a typo in timing_cfg_8 calculation
wwt_bg should match rrt_bg. It was a typo in driver. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
2aa44a2498
commit
dc1437afd7
1 changed files with 1 additions and 1 deletions
|
|
@ -1928,7 +1928,7 @@ static void set_timing_cfg_8(const unsigned int ctrl_num,
|
|||
wwt_bg = tccdl - 4;
|
||||
} else {
|
||||
rrt_bg = tccdl - 2;
|
||||
wwt_bg = tccdl - 4;
|
||||
wwt_bg = tccdl - 2;
|
||||
}
|
||||
|
||||
acttoact_bg = picos_to_mclk(ctrl_num, common_dimm->trrdl_ps);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue