diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-04-04 12:26:55 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-25 17:03:25 +0200 |
commit | 400b972a7eb7756dcf111990d6d16187c30ae9db (patch) | |
tree | cb1d5bab487237e4261b593d8cae64bc361126e4 /include/configs/mx53ppd.h | |
parent | 52b239ccd11501ca233c419897849bdbc9731d43 (diff) | |
download | u-boot-400b972a7eb7756dcf111990d6d16187c30ae9db.tar.gz |
Convert CONFIG_USB_EHCI_MX5 to Kconfig
This converts the following to Kconfig:
CONFIG_USB_EHCI_MX5
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/mx53ppd.h')
-rw-r--r-- | include/configs/mx53ppd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index f002324fdd..2d6715cba2 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -37,7 +37,6 @@ #define CONFIG_FEC_MXC_PHYADDR 0x1F /* USB Configs */ -#define CONFIG_USB_EHCI_MX5 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 |