board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / v38b / v38b.c
index a3377299162e44683ab241f4a4698d10fa5b97b9..20490a31570efa9aa97228134cb7ea4b4161a633 100644 (file)
@@ -56,7 +56,7 @@ static void sdram_start(int hi_addr)
 #endif /* !CONFIG_SYS_RAMBOOT */
 
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        ulong dramsize = 0;
        ulong dramsize2 = 0;