mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-27 00:31:26 +02: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
@ -1928,7 +1928,7 @@ static void set_timing_cfg_8(const unsigned int ctrl_num,
|
|||||||
wwt_bg = tccdl - 4;
|
wwt_bg = tccdl - 4;
|
||||||
} else {
|
} else {
|
||||||
rrt_bg = tccdl - 2;
|
rrt_bg = tccdl - 2;
|
||||||
wwt_bg = tccdl - 4;
|
wwt_bg = tccdl - 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
acttoact_bg = picos_to_mclk(ctrl_num, common_dimm->trrdl_ps);
|
acttoact_bg = picos_to_mclk(ctrl_num, common_dimm->trrdl_ps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user