From: Lucas Stach Date: Thu, 7 Feb 2013 07:16:24 +0000 (+0000) Subject: tegra: usb: set USB_PORTS_MAX to correct value X-Git-Tag: v2013.04-rc2~24^2^2~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f3ec3402714d2ad20475b016487c7559ccba383;p=u-boot 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 Acked-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/arch/arm/cpu/armv7/tegra20/usb.c b/arch/arm/cpu/armv7/tegra20/usb.c index 1bccf2b0b2..f151fb2c3b 100644 --- a/arch/arm/cpu/armv7/tegra20/usb.c +++ b/arch/arm/cpu/armv7/tegra20/usb.c @@ -44,7 +44,7 @@ #endif enum { - USB_PORTS_MAX = 4, /* Maximum ports we allow */ + USB_PORTS_MAX = 3, /* Maximum ports we allow */ }; /* Parameters we need for USB */