Re: [U-Boot] [PATCH v4] netloop: updates for NetLoop

2009-05-15 Thread Wolfgang Denk
Dear Ben Warren, In message <49f73b55.50...@gmail.com> you wrote: > > 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 > > - m

Re: [U-Boot] [PATCH v4] netloop: updates for NetLoop

2009-05-15 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49f6a3db.2020...@denx.de> you 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 in

Re: [U-Boot] [PATCH v4] netloop: updates for NetLoop

2009-04-28 Thread Ben Warren
Wolfgang, 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

[U-Boot] [PATCH v4] netloop: updates for NetLoop

2009-04-28 Thread Heiko Schocher
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 -