From: Heiko Schocher Date: Wed, 14 Sep 2011 19:16:30 +0000 (+0000) Subject: arm, fdt: update ethernet mac address before booting Linux X-Git-Tag: v2011.12-rc3~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ea11cacdd46226638184371ce5137caa33727ab;p=u-boot arm, fdt: update ethernet mac address before booting Linux Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Gerald van Baren Acked-by: Wolfgang Denk --- diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 802e833a2e..afa0093df7 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -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();