]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/bootm_os.c
imx: hab: Check if CSF is valid before authenticating image
[people/ms/u-boot.git] / common / bootm_os.c
index 1feea8af175481fe0b10c2e47e84dedd7b22e744..31b1878dc4a597b015c8b1701035997d19731736 100644 (file)
@@ -276,6 +276,9 @@ void do_bootvx_fdt(bootm_headers_t *images)
                if (ret)
                        return;
 
+               /* Update ethernet nodes */
+               fdt_fixup_ethernet(*of_flat_tree);
+
                ret = fdt_add_subnode(*of_flat_tree, 0, "chosen");
                if ((ret >= 0 || ret == -FDT_ERR_EXISTS)) {
                        bootline = env_get("bootargs");