[U-Boot] [PATCH 1/2] snowball: Add networking support

2013-12-14 Thread Roy Spliet
Signed-off-by: Roy Spliet --- board/st-ericsson/snowball/snowball.c | 11 +++ drivers/net/smc911x.h | 14 ++ include/configs/snowball.h| 14 ++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/board/st-ericsson/snowball/sn

Re: [U-Boot] [PATCH 1/2] snowball: Add networking support

2013-12-14 Thread Jagan Teki
Try to fix - checkpatch.pl issues. total: 2 errors, 4 warnings, 0 checks, 74 lines checked On Sat, Dec 14, 2013 at 10:09 PM, Roy Spliet wrote: > Signed-off-by: Roy Spliet > --- > board/st-ericsson/snowball/snowball.c | 11 +++ > drivers/net/smc911x.h | 14 ++

Re: [U-Boot] [PATCH 1/2] snowball: Add networking support

2013-12-15 Thread Roy Spliet
Betreff: Re: [U-Boot] [PATCH 1/2] snowball: Add networking support > Try to fix - checkpatch.pl issues. > total: 2 errors, 4 warnings, 0 checks, 74 lines checked > > On Sat, Dec 14, 2013 at 10:09 PM, Roy Spliet wrote: > > > Signed-off-by: Roy Spliet > > ---