Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / board / freescale / p2041rdb / p2041rdb.c
index 076e63a35734f7ba7b42950c2c44e9e065ae6c59..4d0ac908a54d5aa846712d82d2159dbab8a3466e 100644 (file)
@@ -237,7 +237,9 @@ int ft_board_setup(void *blob, bd_t *bd)
 
        fdt_fixup_liodn(blob);
 #ifdef CONFIG_SYS_DPAA_FMAN
+#ifndef CONFIG_DM_ETH
        fdt_fixup_fman_ethernet(blob);
+#endif
 #endif
 
        return 0;