mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01: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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user