bios/sdram: fix compilation warning

This commit is contained in:
Florent Kermarrec 2019-07-25 07:46:14 +02:00
parent a7895e4982
commit bc7ab637dd

View file

@ -255,7 +255,9 @@ void sdrwloff(void)
}
static void write_delay_rst(int module) {
#ifdef USDDRPHY
int i;
#endif
/* sel module */
ddrphy_dly_sel_write(1 << module);