summaryrefslogtreecommitdiff
path: root/include/configs/am43xx_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 03:32:22 +0300
committerTom Rini <trini@konsulko.com>2021-09-28 04:38:34 +0300
commit8d8d7e93619b8aef77843cb718f973b0e3d00224 (patch)
tree0b7660c87686346e80bd3537f09cb823d16d759d /include/configs/am43xx_evm.h
parent2c8419feb2faf40ddada3f52df6559bf5877230d (diff)
downloadu-boot-8d8d7e93619b8aef77843cb718f973b0e3d00224.tar.xz
Convert CONFIG_USB_XHCI_OMAP to Kconfig
This converts the following to Kconfig: CONFIG_USB_XHCI_OMAP Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r--include/configs/am43xx_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index a52b476976..00426597ee 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -54,7 +54,6 @@
#if defined(CONFIG_SPL_USB_HOST) || !defined(CONFIG_SPL_BUILD)
#define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1
-#define CONFIG_USB_XHCI_OMAP
#endif
#if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_USB_GADGET)