aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-12 20:32:29 -0400
committerTom Rini <trini@konsulko.com>2021-09-27 21:38:34 -0400
commite124b65246ee9df4d0bc14c05c7d40eed0030304 (patch)
treeed3973d86cbbd0801281f285f64f16bdccb083f7 /include
parent899867a28a86a0c6142337c060a546def16963a3 (diff)
downloadu-boot-e124b65246ee9df4d0bc14c05c7d40eed0030304.zip
u-boot-e124b65246ee9df4d0bc14c05c7d40eed0030304.tar.gz
u-boot-e124b65246ee9df4d0bc14c05c7d40eed0030304.tar.bz2
am3517_evm: Remove unused comments/code
Clean up the config header file by removing some now irrelevant code / comments. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am3517_evm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 9b56e21..e54708c 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