From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Nov 2009 22:28:30 -0800 Subject: [U-Boot] [PATCH] Repair the 'netry=once' option. In-Reply-To: <1256764421-27799-5-git-send-email-linux@bohmer.net> References: <1256764421-27799-1-git-send-email-linux@bohmer.net> <1256764421-27799-2-git-send-email-linux@bohmer.net> <1256764421-27799-3-git-send-email-linux@bohmer.net> <1256764421-27799-4-git-send-email-linux@bohmer.net> <1256764421-27799-5-git-send-email-linux@bohmer.net> Message-ID: <4AF9080E.3050507@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 net/next. thanks, Ben