]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP4: sleep: build OMAP4 specific functions only for OMAP4
authorNishanth Menon <nm@ti.com>
Wed, 26 Jun 2013 14:39:46 +0000 (09:39 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 4 Jul 2013 12:10:51 +0000 (05:10 -0700)
commitb46355a920a3dbdce7365d2e39eefd6c7b87c22a
treeb82d18015cd0360bdcff891d3117e00466e90161
parent37bd6ca8ab6c103603e04e320d3debeb4596e481
ARM: OMAP4: sleep: build OMAP4 specific functions only for OMAP4

CPU sleep and resume functions for Cortex-A9 based OMAP4 and
Cortex-A15 based OMAP5 are different. Hence, even though we reuse
most of the remaining file as part of OMAP4/5 consolidation, build
OMAP4 specific sleep/resume operations only for OMAP4. SCU is not used
OMAP5.

This fixes the following build failure with OMAP5 only build:
arch/arm/mach-omap2/built-in.o: In function `scu_gp_set':
arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode'
arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear':
arch/arm/mach-omap2/sleep44xx.S:229: undefined reference to `scu_power_mode'

Reported-by: Pekon Gupta <pekon@ti.com>
Reported-by: Vincent Stehlé <v-stehle@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/sleep44xx.S