mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".
This commit is contained in:
parent
d1cab4f5f0
commit
0776c5fbb7
1 changed files with 1 additions and 1 deletions
|
@ -2770,7 +2770,7 @@ rw_mgr_mem_calibrate_dqs_enable_calibration(struct socfpga_sdrseq *seq,
|
|||
ret = rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(seq, rw_group);
|
||||
|
||||
debug_cond(DLEVEL >= 1,
|
||||
"%s:%d: g=%u found=%u; Reseting delay chain to zero\n",
|
||||
"%s:%d: g=%u found=%u; Resetting delay chain to zero\n",
|
||||
__func__, __LINE__, rw_group, !ret);
|
||||
|
||||
for (r = 0; r < seq->rwcfg->mem_number_of_ranks;
|
||||
|
|
Loading…
Reference in a new issue