From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 21 Nov 2014 09:09:10 -0800 Subject: [U-Boot] [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc In-Reply-To: References: <1416432285-14934-1-git-send-email-yorksun@freescale.com> Message-ID: <546F71B6.4090507@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 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/. York