mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ddr: altera: Clean up initialize_reg_file()
Add brief kerneldoc. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
bb06434bb2
commit
9c1ab2ca19
1 changed files with 5 additions and 0 deletions
|
@ -3630,6 +3630,11 @@ static void hc_initialize_rom_data(void)
|
|||
writel(ac_rom_init[i], addr + (i << 2));
|
||||
}
|
||||
|
||||
/**
|
||||
* initialize_reg_file() - Initialize SDR register file
|
||||
*
|
||||
* Initialize SDR register file.
|
||||
*/
|
||||
static void initialize_reg_file(void)
|
||||
{
|
||||
/* Initialize the register file with the correct data */
|
||||
|
|
Loading…
Reference in a new issue