board/freescale: add the DM_ETH changes for the PPC DPAA platforms
[platform/kernel/u-boot.git] / board / freescale / corenet_ds / corenet_ds.c
index f0c7bed..d11c6c0 100644 (file)
@@ -207,7 +207,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