]> git.sur5r.net Git - u-boot/blobdiff - board/xaeniax/xaeniax.c
CHECKPATCH: ./board/esd/apc405/fpgadata.c
[u-boot] / board / xaeniax / xaeniax.c
index 40b0f3b30e21b319581350fb58e95da05ec156c4..a4acf6c766aa15d24cf54f9c7bf000b0b5876619 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <common.h>
 #include <netdev.h>
+#include <asm/arch/pxa.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -59,10 +60,9 @@ int board_late_init(void)
        return 0;
 }
 
-extern void pxa_dram_init(void);
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }