summaryrefslogtreecommitdiffstats
path: root/board/davinci/common
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2009-05-26 00:34:07 -0700
committerBen Warren <biggerbadderben@gmail.com>2009-06-15 00:13:54 -0700
commit8453587ef9137daf98b7c9cf4f3b865f4039cea0 (patch)
tree3947d95a62295a86c7f43ad65574675544a28218 /board/davinci/common
parent8cc13c13f1d154c8fa8fff56cea357ed38af76bf (diff)
downloadblackbird-obmc-uboot-8453587ef9137daf98b7c9cf4f3b865f4039cea0.tar.gz
blackbird-obmc-uboot-8453587ef9137daf98b7c9cf4f3b865f4039cea0.zip
Switched davinci_emac Ethernet driver to use newer API
Added CONFIG_NET_MULTI to all Davinci boards Removed all calls to Davinci network driver from board code Added cpu_eth_init() to cpu/arm926ejs/cpu.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/davinci/common')
-rw-r--r--board/davinci/common/misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/common/misc.h b/board/davinci/common/misc.h
index 316159a2f7..dc3cc41330 100644
--- a/board/davinci/common/misc.h
+++ b/board/davinci/common/misc.h
@@ -22,7 +22,6 @@
#ifndef __MISC_H
#define __MISC_H
-extern int eth_hw_init(void);
int dvevm_read_mac_address(uint8_t *buf);
void dv_configure_mac_address(uint8_t *rom_enetaddr);
OpenPOWER on IntegriCloud