|
@@ -300,11 +300,9 @@ phys_size_t initdram(int board_type)
|
|
out_8(&memctl->memc_psrt, CONFIG_SYS_PSRT);
|
|
out_8(&memctl->memc_psrt, CONFIG_SYS_PSRT);
|
|
out_be16(&memctl->memc_mptpr, CONFIG_SYS_MPTPR);
|
|
out_be16(&memctl->memc_mptpr, CONFIG_SYS_MPTPR);
|
|
|
|
|
|
-#ifndef CONFIG_SYS_RAMBOOT
|
|
|
|
/* 60x SDRAM setup:
|
|
/* 60x SDRAM setup:
|
|
*/
|
|
*/
|
|
psize = probe_sdram(memctl);
|
|
psize = probe_sdram(memctl);
|
|
-#endif /* CONFIG_SYS_RAMBOOT */
|
|
|
|
|
|
|
|
icache_enable();
|
|
icache_enable();
|
|
|
|
|