mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ddr: altera: Internal mem_calibrate() cleanup part 6
Add kerneldoc to this function. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
c452dcd0b7
commit
3589fbfbc3
1 changed files with 5 additions and 1 deletions
|
@ -3258,7 +3258,11 @@ static void mem_skip_calibrate(void)
|
|||
writel(gbl->curr_read_lat, &phy_mgr_cfg->phy_rlat);
|
||||
}
|
||||
|
||||
/* Memory calibration entry point */
|
||||
/**
|
||||
* mem_calibrate() - Memory calibration entry point.
|
||||
*
|
||||
* Perform memory calibration.
|
||||
*/
|
||||
static uint32_t mem_calibrate(void)
|
||||
{
|
||||
uint32_t i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue