summaryrefslogtreecommitdiff
path: root/board/davinci/dvevm/dvevm.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-06-15 11:16:04 +0200
committerWolfgang Denk <wd@denx.de>2009-06-15 11:16:04 +0200
commit57fe30194d3c15c37d9ff06dbd2a4c1ffccda018 (patch)
tree84ec6bf344abc54d7cabed0cf13c5655dfb0bd86 /board/davinci/dvevm/dvevm.c
parentc11ff779f4e0e0c7edc322e84dd229ad28709595 (diff)
parentc9005a72fee4231e30fe93c1741cea2342c54504 (diff)
downloadu-boot-imx-57fe30194d3c15c37d9ff06dbd2a4c1ffccda018.zip
u-boot-imx-57fe30194d3c15c37d9ff06dbd2a4c1ffccda018.tar.gz
u-boot-imx-57fe30194d3c15c37d9ff06dbd2a4c1ffccda018.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'board/davinci/dvevm/dvevm.c')
-rw-r--r--board/davinci/dvevm/dvevm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/dvevm/dvevm.c b/board/davinci/dvevm/dvevm.c
index 8f38633..98937a9 100644
--- a/board/davinci/dvevm/dvevm.c
+++ b/board/davinci/dvevm/dvevm.c
@@ -73,9 +73,6 @@ int misc_init_r(void)
if (dvevm_read_mac_address(eeprom_enetaddr))
dv_configure_mac_address(eeprom_enetaddr);
- if (!eth_hw_init())
- printf("ethernet init failed!\n");
-
i2c_read(0x39, 0x00, 1, &video_mode, 1);
setenv("videostd", ((video_mode & 0x80) ? "pal" : "ntsc"));