[PATCH 13/17] am3517_evm: Remove unused comments/code

Tom Rini trini at konsulko.com
Mon Sep 13 02:32:29 CEST 2021


Clean up the config header file by removing some now irrelevant code /
comments.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/am3517_evm.h | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 9b56e2101c16..e54708ccb5a1 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -14,19 +14,6 @@
 
 #include <configs/ti_omap3_common.h>
 
-/* 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
 
-- 
2.17.1



More information about the U-Boot mailing list