diff mbox

[v2] arm: omap2: enable smc instruction for sleep34xx

Message ID 1303224171-24984-1-git-send-email-oskar.andero@sonyericsson.com (mailing list archive)
State Accepted
Commit 75b44c40eac1eca64ffca72b6b0fb23b833c2b5e
Headers show

Commit Message

oskar.andero@sonyericsson.com April 19, 2011, 2:42 p.m. UTC
This fixes broken build when using binutils 2.21.

Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>
---
 arch/arm/mach-omap2/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Tony Lindgren April 20, 2011, 3:23 p.m. UTC | #1
* oskar.andero@sonyericsson.com <oskar.andero@sonyericsson.com> [110419 07:39]:
> This fixes broken build when using binutils 2.21.

Thanks will queue for the -rc cycle.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index a45cd64..512b152 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -68,7 +68,7 @@  obj-$(CONFIG_OMAP_SMARTREFLEX)          += sr_device.o smartreflex.o
 obj-$(CONFIG_OMAP_SMARTREFLEX_CLASS3)	+= smartreflex-class3.o
 
 AFLAGS_sleep24xx.o			:=-Wa,-march=armv6
-AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a
+AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a$(plus_sec)
 
 ifeq ($(CONFIG_PM_VERBOSE),y)
 CFLAGS_pm_bus.o				+= -DDEBUG