diff options
| author | Wolfgang Denk <[email protected]> | 2008-09-01 00:06:05 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-09-01 00:06:05 +0200 |
| commit | a13b2d937941f6b525abfcfad96c034f94421188 (patch) | |
| tree | 56e5bdaf62397b2f8cc2be9b17a035d9b059bf8a /lib_arm | |
| parent | e155c9e00b5f21a6de28479259c440ba71289d00 (diff) | |
| parent | d6e04258be8f2408845468d3cf722a4cf0433445 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'lib_arm')
| -rw-r--r-- | lib_arm/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 6e3ef088001..5ade882a97e 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -430,9 +430,9 @@ void start_armboot (void) /* Perform network card initialisation if necessary */ #ifdef CONFIG_DRIVER_TI_EMAC -extern void dm644x_eth_set_mac_addr (const u_int8_t *addr); +extern void davinci_eth_set_mac_addr (const u_int8_t *addr); if (getenv ("ethaddr")) { - dm644x_eth_set_mac_addr(gd->bd->bi_enetaddr); + davinci_eth_set_mac_addr(gd->bd->bi_enetaddr); } #endif |
