board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / freescale / mpc8536ds / mpc8536ds.c
index 7b0f46197147b36db16cd790aad7a253663da687..cede1da634e720996cecf1123bfda62aa87ab1b3 100644 (file)
@@ -282,7 +282,7 @@ int ft_board_setup(void *blob, bd_t *bd)
 #endif
 
 #ifdef CONFIG_HAS_FSL_MPH_USB
-       fdt_fixup_dr_usb(blob, bd);
+       fsl_fdt_fixup_dr_usb(blob, bd);
 #endif
 
        return 0;