Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-19 Thread Albert ARIBAUD
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 1

Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-17 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1316063790-4583-1-git-send-email...@denx.de> you wrote: > 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(-) Acked-by: Wolfgang Denk Albert, ca

Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-14 Thread Jerry Van Baren
Hi Heiko, On 12/14/2011 04:39 AM, Heiko Schocher wrote: Hello Albert, Gerald, Heiko Schocher wrote: 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

Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-14 Thread Heiko Schocher
Hello Albert, Gerald, Heiko Schocher wrote: > 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..afa0