Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / board / freescale / t102xrdb / t102xrdb.c
index 754fcb0ad55cd61493308cea80d18cd5b6e4d4e8..edf3a33dfb2492c870bfd09f0fd4339f572f9e7b 100644 (file)
@@ -203,7 +203,9 @@ int ft_board_setup(void *blob, bd_t *bd)
        fsl_fdt_fixup_dr_usb(blob, bd);
 
 #ifdef CONFIG_SYS_DPAA_FMAN
+#ifndef CONFIG_DM_ETH
        fdt_fixup_fman_ethernet(blob);
+#endif
        fdt_fixup_board_enet(blob);
 #endif