]> git.sur5r.net Git - u-boot/commit
net: Remove duplicate bootfile syncing functionality
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:25 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:13:20 +0000 (09:13 -0400)
commit2d1febf7d5867cb5441c5d5081d042b61cc647eb
tree1f65cba1019b259aba248c7848e339f7c808f482
parentc0a93440a7cb50843510549d9943a4fba211f0f2
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