From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 20 Nov 2014 09:50:23 -0800 Subject: [U-Boot] [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc In-Reply-To: <546D689B.1070501@freescale.com> References: <1416432285-14934-1-git-send-email-yorksun@freescale.com> <546D689B.1070501@freescale.com> Message-ID: <546E29DF.70602@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 11/19/2014 08:05 PM, Prabhakar Kushwaha wrote: > Hi York, > > On 11/20/2014 2:54 AM, York Sun wrote: >> This header file becomes common for both powerpc and arm SoCs. >> >> Signed-off-by: York Sun >> CC: Alison Wang >> CC: Nikhil Badola >> --- >> This patch is needed if USB is enabled for LS1021 SoC. >> >> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 2 +- >> arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +- >> drivers/usb/host/ehci-fsl.c | 2 +- >> {arch/powerpc/include/asm => include}/fsl_errata.h | 5 +++++ >> 4 files changed, 8 insertions(+), 3 deletions(-) >> rename {arch/powerpc/include/asm => include}/fsl_errata.h (95%) > > We should also move cmd_errata.c outside arch/powerpc/. otherwise it > needs to be complied specially for LS1 > I am now trying to resolve a conflict between LS1 and powerpc for USB so I can apply some pending patches. I do plan to move out cmd_errata.c to common, but not in this patch. York