Merge branch 'master' of git://git.denx.de/u-boot-nds32
[oweals/u-boot.git] / board / freescale / p1010rdb / p1010rdb.c
index 1ae15407db4e9d4529a77c6fcbf7dc1af9204b8d..8eecb0647b9f4d123d1a583f31531a8d7d4ad050 100644 (file)
@@ -463,7 +463,7 @@ int ft_board_setup(void *blob, bd_t *bd)
        fdt_fixup_memory(blob, (u64)base, (u64)size);
 
 #if defined(CONFIG_HAS_FSL_DR_USB)
-       fdt_fixup_dr_usb(blob, bd);
+       fsl_fdt_fixup_dr_usb(blob, bd);
 #endif
 
        /* P1014 and it's derivatives don't support CAN and eTSEC3 */