bios/sdram: add missing #ifdef
This commit is contained in:
parent
0e68daebf3
commit
a44bedd557
|
@ -801,8 +801,10 @@ int sdrinit(void)
|
|||
#endif
|
||||
#endif
|
||||
if(!memtest()) {
|
||||
#ifdef CSR_DDRPHY_BASE
|
||||
/* show scans */
|
||||
sdrlevel(0);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue