]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
netloop: updates for NetLoop
authorHeiko Schocher <hs@denx.de>
Tue, 28 Apr 2009 06:36:11 +0000 (08:36 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 15 May 2009 19:19:02 +0000 (21:19 +0200)
commitda95427ce431908714ae5e9f663ee6e2bc3bcc33
tree92075e2d30363b08b7ca4282db4696a1675aa37b
parent3c1d89545de11822f8b5afb5646a57757620bd95
netloop: updates for NetLoop

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 <hs@denx.de>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
common/cmd_nvedit.c
net/eth.c
net/net.c