Re: [U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Simon Guinot
On Tue, Jun 25, 2013 at 06:49:05PM +0200, Frederic Leroy wrote: > From: Frédéric Leroy > > The cloudbox device have a different ethernet phy setup than other ns2 > devices. We get initialization value from the GPL LaCie source > > Signed-off-by: Frédéric Leroy > --- > board/LaCie/common/common

Re: [U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Wolfgang Denk
Dear Frederic Leroy, In message <1372178945-11528-3-git-send-email-fr...@starox.org> you wrote: > > diff --git a/board/LaCie/common/common.c b/board/LaCie/common/common.c > index a62bf9f..d828685 100644 > --- a/board/LaCie/common/common.c > +++ b/board/LaCie/common/common.c ... > + #ifndef CON

[U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Frederic Leroy
From: Frédéric Leroy The cloudbox device have a different ethernet phy setup than other ns2 devices. We get initialization value from the GPL LaCie source Signed-off-by: Frédéric Leroy --- board/LaCie/common/common.c | 8 1 file changed, 8 insertions(+) diff --git a/board/LaCie/commo