Re: [U-Boot] [PATCH] Repair the 'netry=once' option.

2009-11-23 Thread Wolfgang Denk
Dear Ben Warren, In message <4af9080e.3050...@gmail.com> you wrote: > Hi Remy, > > Remy Bohmer wrote: > > 'netretry = once' does the same as 'netretry = yes', because it is not > > stored > > when it was tried once. > > > > Signed-off-by: Remy Bohmer > > --- > > net/net.c | 34 ++

Re: [U-Boot] [PATCH] Repair the 'netry=once' option.

2009-11-09 Thread Ben Warren
Hi Remy, Remy Bohmer wrote: > 'netretry = once' does the same as 'netretry = yes', because it is not stored > when it was tried once. > > Signed-off-by: Remy Bohmer > --- > net/net.c | 34 +- > 1 files changed, 25 insertions(+), 9 deletions(-) > Applied to ne

[U-Boot] [PATCH] Repair the 'netry=once' option.

2009-10-28 Thread Remy Bohmer
'netretry = once' does the same as 'netretry = yes', because it is not stored when it was tried once. Signed-off-by: Remy Bohmer --- net/net.c | 34 +- 1 files changed, 25 insertions(+), 9 deletions(-) diff --git a/net/net.c b/net/net.c index cab4b2d..fd13cd9 1