linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: build cpuidle-imx6sx.o for imx6ul
@ 2016-09-06 12:53 Arnd Bergmann
  2016-09-08 14:13 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2016-09-06 12:53 UTC (permalink / raw)
  To: linux-arm-kernel

The imx6ul soc code gained support for cpuidle, but that causes
a link failure if CONFIG_SOC_IMX6SX is disabled:

arch/arm/mach-imx/mach-imx6ul.o: In function `imx6ul_init_late':
mach-imx6ul.c:(.init.text+0xc): undefined reference to `imx6sx_cpuidle_init'

This adds the file containing the imx6sx_cpuidle_init function
to the kernel for 6ul-only configurations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 547e8f526959 ("ARM: imx: add cpuidle support for i.mx6ul")
---
 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 edce8dfa581d..737450fe790c 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
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: imx: build cpuidle-imx6sx.o for imx6ul
  2016-09-06 12:53 [PATCH] ARM: imx: build cpuidle-imx6sx.o for imx6ul Arnd Bergmann
@ 2016-09-08 14:13 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-09-08 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 06, 2016 at 02:53:25PM +0200, Arnd Bergmann wrote:
> The imx6ul soc code gained support for cpuidle, but that causes
> a link failure if CONFIG_SOC_IMX6SX is disabled:
> 
> arch/arm/mach-imx/mach-imx6ul.o: In function `imx6ul_init_late':
> mach-imx6ul.c:(.init.text+0xc): undefined reference to `imx6sx_cpuidle_init'
> 
> This adds the file containing the imx6sx_cpuidle_init function
> to the kernel for 6ul-only configurations.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 547e8f526959 ("ARM: imx: add cpuidle support for i.mx6ul")

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-08 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06 12:53 [PATCH] ARM: imx: build cpuidle-imx6sx.o for imx6ul Arnd Bergmann
2016-09-08 14:13 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).