mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 03:32:20 +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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user