diff options
author | Bin Meng | 2017-07-19 21:50:06 +0800 |
---|---|---|
committer | Marek Vasut | 2017-07-28 23:34:24 +0200 |
commit | cbb89ed026e761b58a2568fea7b98135abcefe21 (patch) | |
tree | 7fdbb57882bcef1c54f86e0da15f0a179cf96339 /include/configs/tegra210-common.h | |
parent | 99c225568890df8fd224a4944d98599a5b2b721d (diff) |
configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
Now that EHCD does not use CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS,
remove it in all boards' config files.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/tegra210-common.h')
-rw-r--r-- | include/configs/tegra210-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h index 874fe34d4f4..4c05576a909 100644 --- a/include/configs/tegra210-common.h +++ b/include/configs/tegra210-common.h @@ -68,7 +68,6 @@ /* For USB EHCI controller */ #define CONFIG_EHCI_IS_TDI #define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1 /* GPU needs setup */ #define CONFIG_TEGRA_GPU |