]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/bootm_os.c
x86: Move common PCH code into a common place
[karo-tx-uboot.git] / common / bootm_os.c
index 72477f0b810b154c58fb7e581e89c905cc95cd06..cb83f4a9bd33f8fbb0c8877114c26cd5fd95d302 100644 (file)
@@ -288,6 +288,8 @@ void do_bootvx_fdt(bootm_headers_t *images)
                if (ret)
                        return;
 
+               fdt_fixup_ethernet(*of_flat_tree);
+
                ret = fdt_add_subnode(*of_flat_tree, 0, "chosen");
                if ((ret >= 0 || ret == -FDT_ERR_EXISTS)) {
                        bootline = getenv("bootargs");