]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image-fdt.c
rockchip: rk3328: dtsi use max-frequency for mmc node
[people/ms/u-boot.git] / common / image-fdt.c
index e7540be8d631c4a1cbe08e2fb7ed70306dfa61a9..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) {
@@ -494,7 +496,6 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob,
                        goto err;
                }
        }
-       fdt_fixup_ethernet(blob);
 
        /* Delete the old LMB reservation */
        if (lmb)