board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / freescale / mpc8315erdb / mpc8315erdb.c
index 1da6e2166d230f37e449e02ba2ce2749a1aff186..7779b6daed258a52c962b181f0f4f554d1225d81 100644 (file)
@@ -222,7 +222,7 @@ void board_init_f(ulong bootflag)
                     CONFIG_SYS_NS16550_CLK / 16 / CONFIG_BAUDRATE);
        puts("NAND boot... ");
        timer_init();
-       initdram(0);
+       initdram();
        relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000, (gd_t *)gd,
                      CONFIG_SYS_NAND_U_BOOT_RELOC);
 }