board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / sysam / amcore / amcore.c
index 77b5000de6719fdd066fd0575168224b1712294f..b7f6380bec501b56ee999c6edcc03323ca4f9862 100644 (file)
@@ -49,7 +49,7 @@ void fudelay(int usec)
                asm volatile ("nop");
 }
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        u32 dramsize, RC;