[PATCH] ARM: imx: imx6sx uses imx6q cpuidle code

Shawn Guo shawn.guo at freescale.com
Thu Jul 3 18:54:53 PDT 2014


On Thu, Jul 03, 2014 at 07:57:02PM +0200, Uwe Kleine-König wrote:
> Hello Arnd,
> 
> On Thu, Jul 03, 2014 at 04:16:06PM +0200, Arnd Bergmann wrote:
> >  obj-$(CONFIG_SOC_IMX5) += cpuidle-imx5.o
> >  obj-$(CONFIG_SOC_IMX6Q) += cpuidle-imx6q.o
> >  obj-$(CONFIG_SOC_IMX6SL) += cpuidle-imx6sl.o
> > +obj-$(CONFIG_SOC_IMX6SX) += cpuidle-imx6q.o
> as this line looks wrong it might be worth a comment ...

Okay, I fixed it up as below.

# i.MX6SX reuses i.MX6Q cpuidle driver
obj-$(CONFIG_SOC_IMX6SX) += cpuidle-imx6q.o

Shawn



More information about the linux-arm-kernel mailing list