soc/software/sdram: fix compilation on ultrascale

This commit is contained in:
Florent Kermarrec 2019-02-25 16:12:21 +01:00
parent 5f29a12ee7
commit e38dfd99e8
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ static void read_level(int module)
#ifdef USDDRPHY #ifdef USDDRPHY
for(j=0;j<16;j++) { for(j=0;j<16;j++) {
delay += 1; delay += 1;
read_delay_inc(module) read_delay_inc(module);
} }
#else #else
delay++; delay++;