]> git.sur5r.net Git - u-boot/blobdiff - board/zipitz2/zipitz2.c
nios2: implement get_ticks and get_tbclk
[u-boot] / board / zipitz2 / zipitz2.c
index e72a5d9bd05d4c6e1975486d8e50e71b019ed606..b093c2f51f89fb73a129d5aa764f3a60472f79ef 100644 (file)
@@ -68,7 +68,7 @@ struct serial_device *default_serial_console (void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }