From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Thu, 20 Nov 2014 09:35:47 +0530 Subject: [U-Boot] [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc In-Reply-To: <1416432285-14934-1-git-send-email-yorksun@freescale.com> References: <1416432285-14934-1-git-send-email-yorksun@freescale.com> Message-ID: <546D689B.1070501@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 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 --prabhakar