diff options
author | Stephen Warren | 2016-02-15 10:34:03 -0700 |
---|---|---|
committer | Tom Warren | 2016-02-18 10:02:19 -0700 |
commit | bf519825390af615da6266b3a26b9754797e4025 (patch) | |
tree | cfd75b3d4987c51eff3caebb6a53d789b133f8e7 /include/configs/colibri_t30.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_t30.h')
-rw-r--r-- | include/configs/colibri_t30.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index ef743b0d33c..47914c76798 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -43,7 +43,6 @@ /* USB host support */ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_TEGRA -#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #define CONFIG_USB_STORAGE #define CONFIG_CMD_USB |