From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 19 Dec 2011 11:05:38 +0100 Subject: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux In-Reply-To: <1316063790-4583-1-git-send-email-hs@denx.de> References: <1316063790-4583-1-git-send-email-hs@denx.de> Message-ID: <4EEF0C72.8070009@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, Le 15/09/2011 07:16, Heiko Schocher a ?crit : > Signed-off-by: Heiko Schocher > Cc: Albert ARIBAUD > Cc: Gerald van Baren > --- > arch/arm/lib/bootm.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c > index 802e833..afa0093 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(); Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.