]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/at91cap9adk/at91cap9adk.c
Write MAC address automatically on MACB-based boards
[karo-tx-uboot.git] / board / atmel / at91cap9adk / at91cap9adk.c
index 258d1eac29252a12035ffff17b096a4693d4d6cf..2ab8bc2c430ff1fc3b1e43dc6433b3add69cea9a 100644 (file)
@@ -339,13 +339,6 @@ int dram_init(void)
 #ifdef CONFIG_RESET_PHY_R
 void reset_phy(void)
 {
-#ifdef CONFIG_MACB
-       /*
-        * Initialize ethernet HW addr prior to starting Linux,
-        * needed for nfsroot
-        */
-       eth_init(gd->bd);
-#endif
 }
 #endif