From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 09:37:44 -0700 Subject: [U-Boot] [PATCH 1/2][v3]powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs In-Reply-To: <1382098217-3236-1-git-send-email-ramneek.mehresh@freescale.com> References: <1382098217-3236-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <526163D8.3030508@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/18/2013 05:10 AM, Ramneek Mehresh wrote: > CONFIG_USB_MAX_CONTROLLER_COUNT macro recently defined for > initializing all USB controllers on a given platform. This > macro is defined for all 85xx socs > > Signed-off-by: Ramneek Mehresh > --- > Change for v3: > - corrected macro mistake in fdt.c file > ifdef CONFIG_USB_MAX_CONTROLLER_COUNT > --> ifndef CONFIG_USB_MAX_CONTROLLER_COUNT > Applied to 85xx/next branch, pending merge to master. York