X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Ffreescale%2Ft102xqds%2Ft102xqds.c;h=fd489851db4b6ec0177b32e73dc9d90fb29dd8fb;hb=04909251fdecac9d05e527b83e86e043e8df00ea;hp=311d9efbfcb39739041ec8f278e17bc79c4f4c4c;hpb=4d72caa5b96b71e49b63f98bd8548b194380b544;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/freescale/t102xqds/t102xqds.c b/board/freescale/t102xqds/t102xqds.c index 311d9ef..fd48985 100644 --- a/board/freescale/t102xqds/t102xqds.c +++ b/board/freescale/t102xqds/t102xqds.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -473,7 +474,9 @@ int ft_board_setup(void *blob, bd_t *bd) #endif #ifdef CONFIG_SYS_DPAA_FMAN +#ifndef CONFIG_DM_ETH fdt_fixup_fman_ethernet(blob); +#endif fdt_fixup_board_enet(blob); #endif fdt_fixup_spi_mux(blob);