Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / board / freescale / t208xrdb / t208xrdb.c
index 24f0d0764cec3f113ef520d168a449c91715bcf3..5ba1682888c6f5e280e71fc7bce6751b959df71b 100644 (file)
@@ -134,7 +134,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