mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/sdram: fix compilation with no write leveling
This commit is contained in:
parent
b062d4dddc
commit
c84e189d6a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue