From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 14 Nov 2014 10:57:09 -0800 Subject: [U-Boot] [PATCH 2/3][v2] drivers: usb: Make usb device-tree fixup code architecture independent In-Reply-To: <1413804049-7510-1-git-send-email-nikhil.badola@freescale.com> References: <1413804049-7510-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <54665085.7060104@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/20/2014 04:20 AM, Nikhil Badola wrote: > move usb device tree fixup code from "arch/powerpc/" to "drivers/usb/" > so that it works independent of architecture it is running on > > Signed-off-by: Ramneek Mehresh > Signed-off-by: Nikhil Badola > --- > Changes for v2 : > - Fixed compilation error for Platforms with > CONFIG_USB_MAX_CONTROLLER_COUNT not defined > - Depends on https://patchwork.ozlabs.org/patch/401063/ > > arch/powerpc/cpu/mpc8xxx/fdt.c | 104 ------------------------------------- > drivers/usb/host/ehci-fsl.c | 113 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 113 insertions(+), 104 deletions(-) > We have compiling error for boards MPC837XEMDS_HOST MPC837XERDB. ehci-fsl.c is not compiled for these boards. Can you check if CONFIG_USB_EHCI_FSL can be defined for them. Adding Kim. York