]> git.sur5r.net Git - u-boot/blobdiff - board/davinci/dvevm/dvevm.c
mx31: provide readable WEIM CS accessor
[u-boot] / board / davinci / dvevm / dvevm.c
index 22308deeb05cbb07cd01b3a9c963fb68e8898c6b..d5c851b5371da0bfb4c790e2c1116539e7835b4a 100644 (file)
@@ -27,8 +27,7 @@
 #include <common.h>
 #include <i2c.h>
 #include <asm/arch/hardware.h>
-#include "../common/psc.h"
-#include "../common/misc.h"
+#include <asm/arch/davinci_misc.h>
 
 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);