board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / qemu-mips / qemu-mips.c
index 563044eb0c4184391c318039c898b931160b2cf7..3cdc91cf4338cd49d8f26c479388f914ee2553a9 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/io.h>
 #include <netdev.h>
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        /* Sdram is setup by assembler code */
        /* If memory could be changed, we should return the true value here */