]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image-fdt.c
Makefile: add dependencies to regenerate u-boot.cfg when lost
[people/ms/u-boot.git] / common / image-fdt.c
index 7468b902b8d4123308a3630d8c22d3f8b8b9f0df..c6e8832d66887af9615db5c5fff18492f4b083a8 100644 (file)
@@ -478,6 +478,8 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob,
                printf("ERROR: arch-specific fdt fixup failed\n");
                goto err;
        }
+       /* Update ethernet nodes */
+       fdt_fixup_ethernet(blob);
        if (IMAGE_OF_BOARD_SETUP) {
                fdt_ret = ft_board_setup(blob, gd->bd);
                if (fdt_ret) {