mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
tegra: usb: set USB_PORTS_MAX to correct value
Both Tegra20 and Tegra30 have a max of 3 USB controllers. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
ef123c5253
commit
2f3ec34027
@ -44,7 +44,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
USB_PORTS_MAX = 4, /* Maximum ports we allow */
|
USB_PORTS_MAX = 3, /* Maximum ports we allow */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Parameters we need for USB */
|
/* Parameters we need for USB */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user