diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 63489133a880cb0599521d7320378cd95b007032..3e5f0b1992f3ccd1a1c68bbd8c3cbf4c03a387ab 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -26,8 +26,11 @@ * Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. */ - +#ifdef CONFIG_SPL_BUILD +#undef CONFIG_USB_EHCI_OMAP +#else #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 +#endif /* I2C */