diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-22 14:01:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 14:22:45 -0400 |
commit | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (patch) | |
tree | 7f4e656e1220cddcbb3b6bcadfd1fa6eb0cb41f2 /include/configs/cm_t3517.h | |
parent | adad96e60d0eb1bbc4d0b96c89decf385a426e42 (diff) | |
download | u-boot-imx-4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64.zip u-boot-imx-4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64.tar.gz u-boot-imx-4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64.tar.bz2 |
configs: Re-sync CONFIG_USB_MUSB_HOST
Now that CONFIG_USB_MUSB_HOST is part of Kconfig, migrate that over to
the defconfig files.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_t3517.h')
-rw-r--r-- | include/configs/cm_t3517.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index ca0b47e..553b648 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -113,7 +113,6 @@ #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 146 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 147 #else /* !CONFIG_USB_MUSB_AM35X */ -#define CONFIG_USB_MUSB_HOST #define CONFIG_USB_MUSB_PIO_ONLY #endif /* CONFIG_USB_MUSB_AM35X */ |