bios/sdram: mode sdhw()

This commit is contained in:
Florent Kermarrec 2018-09-13 06:33:54 +02:00
parent a44bedd557
commit 9c6f76f18c
1 changed files with 1 additions and 2 deletions

View File

@ -780,8 +780,6 @@ int sdrlevel(int silent)
read_level_scan(0); read_level_scan(0);
read_level(); read_level();
sdrhw();
return 1; return 1;
} }
#endif #endif
@ -800,6 +798,7 @@ int sdrinit(void)
ddrphy_en_vtc_write(1); ddrphy_en_vtc_write(1);
#endif #endif
#endif #endif
sdrhw();
if(!memtest()) { if(!memtest()) {
#ifdef CSR_DDRPHY_BASE #ifdef CSR_DDRPHY_BASE
/* show scans */ /* show scans */