]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Remove duplicate bootfile syncing functionality
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:25 +0000 (14:27 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:16 +0000 (22:43 +0200)
commitc93aba805be2bc6117ebdd41e25059d8fcae1a68
tree86e5f74a25b31e0c937c12a8f2ecab39e0ca0827
parente7bf74e79e68241d67dc00383fa0ab833526e29c
net: Remove duplicate bootfile syncing functionality

The bootfile env var is already kept up to date by the callback in net.c
so there is no need to poll it too.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/eth.c