diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-04-13 14:20:29 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:43:28 +0200 |
commit | b142729d03d7295076f2c276da5694b46e511e89 (patch) | |
tree | 2d0d1130b3c96c60b4facf3c06aad6d37cfe85db /include/configs/odroid_xu3.h | |
parent | c16bf621d5100a1f5c64becc82b5620810565f3e (diff) | |
download | u-boot-imx-b142729d03d7295076f2c276da5694b46e511e89.zip u-boot-imx-b142729d03d7295076f2c276da5694b46e511e89.tar.gz u-boot-imx-b142729d03d7295076f2c276da5694b46e511e89.tar.bz2 |
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/odroid_xu3.h')
-rw-r--r-- | include/configs/odroid_xu3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 57e20e7..76131cd 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -47,9 +47,6 @@ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_EXYNOS -/* DWC3 */ -#define CONFIG_USB_DWC3_PHY_SAMSUNG - /* Downloader */ #define CONFIG_G_DNL_VENDOR_NUM 0x04E8 #define CONFIG_G_DNL_PRODUCT_NUM 0x6601 |