Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1477941 > unrolled thread

RE: [PATCH] ARM: imx: build cpuidle-imx6sx.c for imx6ul

Started byAnson Huang <anson.huang@nxp.com>
First post2016-09-07 04:50 +0200
Last post2016-09-07 04:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: [PATCH] ARM: imx: build cpuidle-imx6sx.c for imx6ul Anson Huang <anson.huang@nxp.com> - 2016-09-07 04:50 +0200

#1477941 — RE: [PATCH] ARM: imx: build cpuidle-imx6sx.c for imx6ul

FromAnson Huang <anson.huang@nxp.com>
Date2016-09-07 04:50 +0200
SubjectRE: [PATCH] ARM: imx: build cpuidle-imx6sx.c for imx6ul
Message-ID<seB61-2f2-1@gated-at.bofh.it>
Sorry, please ignore this patch, Arnd Bergmann <arnd@arndb.de> has summited a patch to fix this issue.

Best Regards!
Anson Huang



> -----Original Message-----
> From: linux-arm-kernel [mailto:linux-arm-kernel-bounces@lists.infradead.org]
> On Behalf Of Anson Huang
> Sent: 2016-09-07 6:31 PM
> To: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> Cc: Fabio Estevam Estevam <fabio.estevam@nxp.com>; shawnguo@kernel.org;
> linux@armlinux.org.uk; kernel@pengutronix.de
> Subject: [PATCH] ARM: imx: build cpuidle-imx6sx.c for imx6ul
> 
> Fix build error when CONFIG_SOC_IMX6SX is disabled, as i.MX6UL reuses
> i.MX6SX's cpuidle driver.
> 
> arch/arm/mach-imx/built-in.o: In function `imx6ul_init_late':
> platform-spi_imx.c:(.init.text+0x445c): undefined reference to
> `imx6sx_cpuidle_init'
> make: *** [vmlinux] Error 1
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  arch/arm/mach-imx/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index
> 2636adf..cab1289 100644
> --- a/arch/arm/mach-imx/Makefile
> +++ b/arch/arm/mach-imx/Makefile
> @@ -27,6 +27,7 @@ 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-imx6sx.o
> +obj-$(CONFIG_SOC_IMX6UL) += cpuidle-imx6sx.o
>  endif
> 
>  ifdef CONFIG_SND_IMX_SOC
> --
> 1.9.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web