]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/ls1088a/ls1088a.c
board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt
[u-boot] / board / freescale / ls1088a / ls1088a.c
index cb589575b3d18c4a91a658933f26d0965e7ed655..96f183e1562f96bc12bab81791cabfc51300d58b 100644 (file)
@@ -378,7 +378,7 @@ void fdt_fixup_board_enet(void *fdt)
                return;
        }
 
-       if (get_mc_boot_status() == 0)
+       if ((get_mc_boot_status() == 0) && (get_dpl_apply_status() == 0))
                fdt_status_okay(fdt, offset);
        else
                fdt_status_fail(fdt, offset);