From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux
Date: Wed, 14 Dec 2011 10:39:24 +0100 [thread overview]
Message-ID: <4EE86ECC.6000300@denx.de> (raw)
In-Reply-To: <1316063790-4583-1-git-send-email-hs@denx.de>
Hello Albert, Gerald,
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
> Cc: Gerald van Baren <gvb.uboot@gmail.com>
> ---
> 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();
Some comments on this patch? Can it go in, in the current release?
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2011-12-14 9:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-15 5:16 [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux Heiko Schocher
2011-12-14 9:39 ` Heiko Schocher [this message]
2011-12-14 14:39 ` Jerry Van Baren
2011-12-17 22:53 ` Wolfgang Denk
2011-12-19 10:05 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE86ECC.6000300@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.