X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fdavinci%2Fdvevm%2Fdvevm.c;h=d5c851b5371da0bfb4c790e2c1116539e7835b4a;hb=47c5455a489c8e558ecb002a3a97a030ce490f9e;hp=22308deeb05cbb07cd01b3a9c963fb68e8898c6b;hpb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;p=u-boot diff --git a/board/davinci/dvevm/dvevm.c b/board/davinci/dvevm/dvevm.c index 22308deeb0..d5c851b537 100644 --- a/board/davinci/dvevm/dvevm.c +++ b/board/davinci/dvevm/dvevm.c @@ -27,8 +27,7 @@ #include #include #include -#include "../common/psc.h" -#include "../common/misc.h" +#include DECLARE_GLOBAL_DATA_PTR; @@ -70,14 +69,9 @@ int misc_init_r(void) uint8_t video_mode; uint8_t eeprom_enetaddr[6]; - dv_display_clk_infos(); - /* Read Ethernet MAC address from EEPROM if available. */ if (dvevm_read_mac_address(eeprom_enetaddr)) - dv_configure_mac_address(eeprom_enetaddr); - - if (!eth_hw_init()) - printf("ethernet init failed!\n"); + davinci_sync_env_enetaddr(eeprom_enetaddr); i2c_read(0x39, 0x00, 1, &video_mode, 1);