aboutsummaryrefslogtreecommitdiff
path: root/board/ronetix
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2010-06-01 11:55:42 -0700
committerBen Warren <biggerbadderben@gmail.com>2010-07-12 00:14:29 -0700
commit6bb46790178d111161a487cbd847dd2dba37ca24 (patch)
treea34a0776ba4fc32cf11cab76cff34385cd200ab9 /board/ronetix
parentaa9fba5313a8a5c088d1cfc7708ed9d206105bc2 (diff)
Write MAC address automatically on MACB-based boards
Also, remove all calls to eth_init() in boards that use MACB Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/ronetix')
-rw-r--r--board/ronetix/pm9263/pm9263.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c
index c7835de3d..e41c84c76 100644
--- a/board/ronetix/pm9263/pm9263.c
+++ b/board/ronetix/pm9263/pm9263.c
@@ -387,13 +387,6 @@ int dram_init(void)
#ifdef CONFIG_RESET_PHY_R
void reset_phy(void)
{
-#ifdef CONFIG_MACB
- /*
- * Initialize ethernet HW addr prior to starting Linux,
- * needed for nfsroot
- */
- eth_init(gd->bd);
-#endif
}
#endif