From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 21 Nov 2014 09:32:39 -0800 Subject: [U-Boot] [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc In-Reply-To: <546F71B6.4090507@freescale.com> References: <1416432285-14934-1-git-send-email-yorksun@freescale.com> <546F71B6.4090507@freescale.com> Message-ID: <546F7737.2010805@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/21/2014 09:09 AM, York Sun wrote: > On 11/21/2014 01:09 AM, Badola Nikhil-B46172 wrote: >>> -----Original Message----- >>> From: York Sun [mailto:yorksun at freescale.com] >>> Sent: Thursday, November 20, 2014 2:55 AM >>> To: u-boot at lists.denx.de >>> Cc: Sun York-R58495; Wang Huan-B18965; Badola Nikhil-B46172 >>> Subject: [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc >>> >>> 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. >> >> For USB, patches are already under review for making erratum checking >> code to be platform independent. >> Please see https://patchwork.ozlabs.org/patch/394796/ and related patches >> > > Let me try to insert this patch in front of other USB patches. Please address > the compiling error for https://patchwork.ozlabs.org/patch/401067/. > This patch can be dropped, and replaced with your patch. Please comment on this patch http://patchwork.ozlabs.org/patch/412513/. York