Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / board / sunxi / board.c
index cb42742dd23b06688757219cbb3c699d8d190f9c..6e13ee32c14d7715739f2dcbdbbff4c54b839862 100644 (file)
@@ -733,7 +733,9 @@ int misc_init_r(void)
                return ret;
 #endif
 
+#ifdef CONFIG_USB_ETHER
        usb_ether_init();
+#endif
 
        return 0;
 }