[PATCH] ARM: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM

Shawn Guo shawn.guo at linaro.org
Fri Jan 4 20:07:48 EST 2013


On Fri, Jan 04, 2013 at 05:36:53PM -0600, Rob Herring wrote:
> On 01/04/2013 04:27 PM, Fabio Estevam wrote:
> > From: Fabio Estevam <fabio.estevam at freescale.com>
> > 
> > Since commit 62e4d357a (ARM: 7609/1: disable errata work-arounds which access 
> > secure registers) ARM_ERRATA_743622/751472 depends on !ARCH_MULTIPLATFORM.
> > 
> > Since imx has been converted to multiplatform, the following warning happens:
> > 
> > $ make imx_v6_v7_defconfig
> > warning: (SOC_IMX6Q && ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC) selects
> > ARM_ERRATA_751472 which has unmet direct dependencies (CPU_V7 &&
> > !ARCH_MULTIPLATFORM)
> > warning: (SOC_IMX6Q && ARCH_TEGRA_3x_SOC) selects ARM_ERRATA_743622
> > which has unmet direct dependencies (CPU_V7 && !ARCH_MULTIPLATFORM)
> > warning: (SOC_IMX6Q && ARCH_TEGRA_3x_SOC) selects ARM_ERRATA_743622
> > which has unmet direct dependencies (CPU_V7 && !ARCH_MULTIPLATFORM)
> > warning: (SOC_IMX6Q && ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC) selects
> > ARM_ERRATA_751472 which has unmet direct dependencies (CPU_V7 &&
> > !ARCH_MULTIPLATFORM)
> > 
> > Recommended approach is to remove ARM_ERRATA_743622/751472 from being selected
> > by SOC_IMX6Q and apply such workarounds into the bootloader.
> > 
> > Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> 
> Broken and
> 
> Acked-by: Rob Herring <rob.herring at calxeda.com>
> 
I think the patch should be put into Russell's the patch system to
have it go through the same branch that 7609/1 goes.

Shawn




More information about the linux-arm-kernel mailing list