PXA: Rename pxa_dram_init to pxa2xx_dram_init
[oweals/u-boot.git] / board / palmtc / palmtc.c
index 414562bb8555323942a71650a352ea303e2a9feb..4adf152a4edc02e78863ca44d35641249aff1666 100644 (file)
@@ -58,7 +58,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;
 }