]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/bootm.c
arm, fdt: update ethernet mac address before booting Linux
[karo-tx-uboot.git] / arch / arm / lib / bootm.c
index 802e833a2ed584fe1365dacd4a033665eeb2f5d7..afa0093df7620606ee12b4dc1dd2ee37adee347c 100644 (file)
@@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t *images)
 
        fixup_memory_node(*of_flat_tree);
 
+       fdt_fixup_ethernet(*of_flat_tree);
+
        fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
 
        announce_and_cleanup();