diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:28 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:28 +0200 |
commit | c16bf621d5100a1f5c64becc82b5620810565f3e (patch) | |
tree | e67f86cee9818f1447917a3ae615d78736015400 /include/configs/dra7xx_evm.h | |
parent | 65403f3010ff71968197821ff693d960269785b1 (diff) | |
download | u-boot-imx-c16bf621d5100a1f5c64becc82b5620810565f3e.zip u-boot-imx-c16bf621d5100a1f5c64becc82b5620810565f3e.tar.gz u-boot-imx-c16bf621d5100a1f5c64becc82b5620810565f3e.tar.bz2 |
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 3fb97e8..118bf91 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -228,7 +228,6 @@ /* USB GADGET */ #define CONFIG_USB_DWC3_PHY_OMAP -#define CONFIG_USB_DWC3_OMAP #define CONFIG_G_DNL_MANUFACTURER "Texas Instruments" #define CONFIG_G_DNL_VENDOR_NUM 0x0451 |