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

2013-06-25 Thread Frederic Leroy
From: Frédéric Leroy fr...@starox.org 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 fr...@starox.org --- board/LaCie/common/common.c | 8 1 file changed, 8

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

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 fr...@starox.org 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 fr...@starox.org ---