Re: [U-Boot] [PATCH v4 04/27] x86: Remove dead code in eNET

2012-03-14 Thread Simon Glass
On Wed, Mar 14, 2012 at 7:27 PM, Graeme Russ wrote: > Hi Simon, > > On Thu, Mar 15, 2012 at 1:16 PM, Simon Glass wrote: >> This avoids a compiler warning about unused variables. >> >> Signed-off-by: Simon Glass >> --- >> >>  board/eNET/eNET.c |    5 - >>  1 files changed, 0 insertions(+), 5

Re: [U-Boot] [PATCH v4 04/27] x86: Remove dead code in eNET

2012-03-14 Thread Graeme Russ
Hi Simon, On Thu, Mar 15, 2012 at 1:16 PM, Simon Glass wrote: > This avoids a compiler warning about unused variables. > > Signed-off-by: Simon Glass > --- > >  board/eNET/eNET.c |    5 - >  1 files changed, 0 insertions(+), 5 deletions(-) Acked-By: Graeme Russ I'll apply this to x86/mast

[U-Boot] [PATCH v4 04/27] x86: Remove dead code in eNET

2012-03-14 Thread Simon Glass
This avoids a compiler warning about unused variables. Signed-off-by: Simon Glass --- board/eNET/eNET.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c index 429fe1b..2f26470 100644 --- a/board/eNET/eNET.c +++ b/board/eNET/eNET.