]> git.sur5r.net Git - u-boot/blobdiff - board/lubbock/lubbock.c
PXA: Rename pxa_dram_init to pxa2xx_dram_init
[u-boot] / board / lubbock / lubbock.c
index f791c5b904098b38eebb150918353daf6c0199bf..437f9447159d5e655bcc2212d42c0d9b41f0b558 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <common.h>
 #include <netdev.h>
+#include <asm/arch/pxa.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -56,10 +57,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;
 }