Merge branch 'master' of git://www.denx.de/git/u-boot
[oweals/u-boot.git] / board / freescale / mpc8540ads / mpc8540ads.c
index ea1fbd1fbf714e40b2771cf822bfd6aae64c689d..4f068cc8849a78d36d96b46a3ce1f74acce2918a 100644 (file)
@@ -41,12 +41,6 @@ void local_bus_init(void);
 void sdram_init(void);
 long int fixed_sdram(void);
 
-
-int board_early_init_f (void)
-{
-    return 0;
-}
-
 int checkboard (void)
 {
        puts("Board: ADS\n");
@@ -67,7 +61,7 @@ int checkboard (void)
 }
 
 
-long int
+phys_size_t
 initdram(int board_type)
 {
        long dram_size = 0;