bios/sdram: fix compilation with no write leveling

This commit is contained in:
Florent Kermarrec 2018-07-06 16:22:49 +02:00
parent b062d4dddc
commit c84e189d6a
1 changed files with 0 additions and 1 deletions

View File

@ -751,7 +751,6 @@ int sdrlevel(void) /* automatic */
int i;
#ifndef CSR_DDRPHY_WLEVEL_EN_ADDR
int i;
for(i=0; i<DFII_PIX_DATA_SIZE/2; i++) {
delay[i] = 0;
high_skew[i] = 0;