mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/sdram: fix compilation warning
This commit is contained in:
parent
a7895e4982
commit
bc7ab637dd
1 changed files with 2 additions and 0 deletions
|
@ -255,7 +255,9 @@ void sdrwloff(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void write_delay_rst(int module) {
|
static void write_delay_rst(int module) {
|
||||||
|
#ifdef USDDRPHY
|
||||||
int i;
|
int i;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* sel module */
|
/* sel module */
|
||||||
ddrphy_dly_sel_write(1 << module);
|
ddrphy_dly_sel_write(1 << module);
|
||||||
|
|
Loading…
Reference in a new issue