]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8540ads/mpc8540ads.c
Remove all the search paths from the .lds files.
[u-boot] / board / freescale / mpc8540ads / mpc8540ads.c
index 35f5eeaf032e56eca8d398e1f3b632d4bd412592..a951b9e9a32514c8b2f40da9c4cebd397b0cce1b 100644 (file)
@@ -29,7 +29,7 @@
 #include <pci.h>
 #include <asm/processor.h>
 #include <asm/immap_85xx.h>
-#include <spd.h>
+#include <spd_sdram.h>
 #include <libfdt.h>
 #include <fdt_support.h>
 
@@ -37,8 +37,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);
 long int fixed_sdram(void);
@@ -73,7 +71,6 @@ long int
 initdram(int board_type)
 {
        long dram_size = 0;
-       extern long spd_sdram (void);
 
        puts("Initializing\n");