diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 04:45:42 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 04:45:42 +0200 |
commit | d6e04258be8f2408845468d3cf722a4cf0433445 (patch) | |
tree | d9d2597d69485d268279480a4d3ce84d70146fe0 /net/eth.c | |
parent | 71cb31227bee741b274f6c0279b2aac1ab8e28e3 (diff) | |
download | u-boot-imx-d6e04258be8f2408845468d3cf722a4cf0433445.zip u-boot-imx-d6e04258be8f2408845468d3cf722a4cf0433445.tar.gz u-boot-imx-d6e04258be8f2408845468d3cf722a4cf0433445.tar.bz2 |
davinci: fix remaining dm644x_eth
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'net/eth.c')
-rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ extern int at91rm9200_miiphy_initialize(bd_t *bis); extern int emac4xx_miiphy_initialize(bd_t *bis); extern int mcf52x2_miiphy_initialize(bd_t *bis); extern int ns7520_miiphy_initialize(bd_t *bis); -extern int dm644x_eth_miiphy_initialize(bd_t *bis); +extern int davinci_eth_miiphy_initialize(bd_t *bis); int eth_initialize(bd_t *bis) |