summaryrefslogtreecommitdiff
path: root/board/ti/evm/evm.h
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2011-07-18 09:20:15 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:18 +0200
commit6921b314a855b3c4856ef5ef83315fe945de98b2 (patch)
tree6c075fd3aeb62dc952beea57b872ac4b12ff777f /board/ti/evm/evm.h
parent80bb756dbeeedc9d8a1cd7456b8d98c08ed303f1 (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>
Diffstat (limited to 'board/ti/evm/evm.h')
-rw-r--r--board/ti/evm/evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/evm/evm.h b/board/ti/evm/evm.h
index b721ad6af5..623cf1bb18 100644
--- a/board/ti/evm/evm.h
+++ b/board/ti/evm/evm.h
@@ -49,6 +49,7 @@ u32 get_omap3_evm_rev(void);
#if defined(CONFIG_CMD_NET)
static void setup_net_chip(void);
+static void reset_net_chip(void);
#endif
/*