All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux
Date: Wed, 14 Dec 2011 09:39:20 -0500	[thread overview]
Message-ID: <4EE8B518.3050906@gmail.com> (raw)
In-Reply-To: <4EE86ECC.6000300@denx.de>

Hi Heiko,

On 12/14/2011 04:39 AM, Heiko Schocher wrote:
> 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?

I would defer to Albert, it is in his domain (ARM).

> bye,
> Heiko

Best regards,
gvb

  reply	other threads:[~2011-12-14 14: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
2011-12-14 14:39   ` Jerry Van Baren [this message]
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=4EE8B518.3050906@gmail.com \
    --to=gvb.uboot@gmail.com \
    --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.