[PATCH v2 2/2] ARM i.MX53: Make MX53 EVK bootable

Shawn Guo shawn.guo at freescale.com
Thu Dec 30 21:12:52 EST 2010


On Thu, Dec 30, 2010 at 10:51:42AM +0100, Uwe Kleine-König wrote:
> Hello Yong,
> 
> On Thu, Dec 30, 2010 at 01:28:01PM +0800, yong.shen at freescale.com wrote:
> > From: Yong Shen <yong.shen at linaro.org>
[...]
> > diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h
> > index 86781f7..8f11cfa 100644
> > --- a/arch/arm/plat-mxc/include/mach/irqs.h
> > +++ b/arch/arm/plat-mxc/include/mach/irqs.h
> > @@ -29,8 +29,10 @@
> >  #define MXC_GPIO_IRQS                (32 * 4)
> >  #elif defined CONFIG_ARCH_MX25
> >  #define MXC_GPIO_IRQS                (32 * 4)
> > -#elif defined CONFIG_ARCH_MX5
> > +#elif defined CONFIG_ARCH_MX51
> >  #define MXC_GPIO_IRQS                (32 * 4)
> > +#elif defined CONFIG_ARCH_MX53
> > +#define MXC_GPIO_IRQS                (32 * 7)
> You didn't read the comment before this block.
> 
I did not read the comment either when I was trying to add mxs
support into imx-single-zimage. But the error during the run-time
forced me to go back and read the comment :)

-- 
Regards,
Shawn




More information about the linux-arm-kernel mailing list