]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8560ads/mpc8560ads.c
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
[u-boot] / board / freescale / mpc8560ads / mpc8560ads.c
index bb7f11bcc8a94f5036cfc7d2713cdd59c3bf5fb0..8d4b8a8b5a1b48d3639e42200c2f4f85287eb219 100644 (file)
@@ -30,7 +30,7 @@
 #include <asm/processor.h>
 #include <asm/immap_85xx.h>
 #include <ioports.h>
-#include <spd.h>
+#include <spd_sdram.h>
 #include <miiphy.h>
 #include <libfdt.h>
 #include <fdt_support.h>
@@ -39,7 +39,6 @@
 extern void ddr_enable_ecc(unsigned int dram_size);
 #endif
 
-extern long int spd_sdram(void);
 
 void local_bus_init(void);
 void sdram_init(void);
@@ -275,7 +274,6 @@ long int
 initdram(int board_type)
 {
        long dram_size = 0;
-       extern long spd_sdram (void);
 
        puts("Initializing\n");