commit | 5e09e448d3394d5055c3084dd9273c3cb90e045a | [log] [tgz] |
---|---|---|
author | Sanjeev Premi <premi@ti.com> | Mon Jul 18 09:20:15 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:18 2011 +0200 |
tree | 6c075fd3aeb62dc952beea57b872ac4b12ff777f | |
parent | 9659e3ff6513afe59875d421652d310a00498f72 [diff] |
omap3evm: eth: split function setup_net_chip In current implementation, the function sets up the ethernet chip and resets it. The steps to reset depend upon the board revision. The patch moves the reset actions to new function reset_net_chip(). Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>