From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 Sep 2013 11:54:15 -0700 Subject: [U-Boot] [PATCH 1/2] powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs In-Reply-To: <1378983949-25525-2-git-send-email-ramneek.mehresh@freescale.com> References: <1378983949-25525-1-git-send-email-ramneek.mehresh@freescale.com> <1378983949-25525-2-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <5245D457.7000109@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 09/12/2013 04:05 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 > --- Can you rebase your patch to u-boot-mpc85xx/next branch? I have some conflicts and am not sure if I get it right, especialy for T4240 part in config_mpc85xx.h. York