diff options
author | Stephen Warren <swarren@nvidia.com> | 2016-02-15 10:34:03 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-18 10:02:19 -0700 |
commit | bf519825390af615da6266b3a26b9754797e4025 (patch) | |
tree | cfd75b3d4987c51eff3caebb6a53d789b133f8e7 /include/configs/colibri_t20.h | |
parent | d6ef8a61941b5435cbbd3eb32a60ca67266abc10 (diff) |
ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT
This option is no longer used now that DM_USB is enabled.
Fixes: 534f9d3feffd ("dm: tegra: usb: Move USB to driver model")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/colibri_t20.h')
-rw-r--r-- | include/configs/colibri_t20.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index f3a1c9609bb..b7ad189af32 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -38,7 +38,6 @@ #define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_ULPI #define CONFIG_USB_ULPI_VIEWPORT -#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #define CONFIG_USB_STORAGE #define CONFIG_CMD_USB |