commit | 058687597d3ff26c415db33614b881de258a365b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Jan 24 13:04:12 2013 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Apr 30 11:39:17 2013 +0200 |
tree | e90ec46378a8d4ad788fbefe606c84d892de3378 | |
parent | 3b90d0afe55d99d35801cfbac2c2a39a65f89ca8 [diff] |
net: gem: Do not initialize BDs again BDs can be correctly setup just once and init function performs only phy autodetection and enabling RX/TX. RX/TX are disabled in halt function. This patch solves the problem with repeatable tftp transfers. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@ti.com>