From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 28 Apr 2009 00:09:25 -0700 Subject: [U-Boot] [PATCH] [PATCH v3] netloop: updates for NetLoop In-Reply-To: <49F696EF.8060903@denx.de> References: <49A53C4D.5060907@denx.de> <200902251201.45611.vapier@gentoo.org> <49A641E4.8000001@denx.de> <20090427220949.AE2EA83420E8@gemini.denx.de> <49F696EF.8060903@denx.de> Message-ID: <49F6ABA5.1040901@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 Heiko, Heiko Schocher wrote: > Fix some issues introduced from commit: > 2f70c49e5b9813635ad73666aa30f304c7fdeda9 > suggested by Mike Frysinger. > > - added some comment for the env_id variable in common_cmd_nvedit.c > - moved some variables in fn scope instead of file scope > - NetInitLoop now static void > > Signed-off-by: Heiko Schocher > Please put your real e-mail address here. Also, can you please verify that everything still works fine when this patch is applied to net/next? It has Michael Zaidman's "NetLoop initialization bug" fix applied. thanks, Ben