From: Tom Rini Date: Mon, 13 Sep 2021 00:32:29 +0000 (-0400) Subject: am3517_evm: Remove unused comments/code X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e124b65246ee9df4d0bc14c05c7d40eed0030304;p=u-boot.git am3517_evm: Remove unused comments/code Clean up the config header file by removing some now irrelevant code / comments. Signed-off-by: Tom Rini --- diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 9b56e2101c..e54708ccb5 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -14,19 +14,6 @@ #include -/* Hardware drivers */ - -/* - * USB configuration - * 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 -#endif - -/* I2C */ - /* Ethernet */ #define CONFIG_NET_RETRY_COUNT 10