17 lines
419 B
Diff
17 lines
419 B
Diff
--- a/arch/arm/mach-omap2/am33xx/board.c
|
|
+++ b/arch/arm/mach-omap2/am33xx/board.c
|
|
@@ -265,9 +267,10 @@ int arch_misc_init(void)
|
|
struct udevice *dev;
|
|
int ret;
|
|
|
|
- ret = uclass_first_device_err(UCLASS_MISC, &dev);
|
|
- if (ret)
|
|
- return ret;
|
|
+// ret = uclass_first_device_err(UCLASS_MISC, &dev);
|
|
+// if (ret) {
|
|
+// return ret;
|
|
+// }
|
|
|
|
#if defined(CONFIG_DM_ETH) && defined(CONFIG_USB_ETHER)
|
|
ret = usb_ether_init();
|