omap4: Fix build break by moving omap_smc1 into a separate .S
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 11 Mar 2010 07:33:46 +0000 (07:33 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Mar 2010 17:38:53 +0000 (09:38 -0800)
commitd660f9a26ef81c3bbced92514ffbe82e1b882ee1
tree17997ef37df0ff3a0274b705d5d079531bc601d0
parent6f69a1815a93722b360a1439934856e766509002
omap4: Fix build break by moving omap_smc1 into a separate .S

This patch moves omap_smc1 function to a seperate omap44xx-smc.S file
and sets compile flags as -Wa,-march=armv7-a.

This fix was suggested by Tony Lindgren <tony@atomide.com>

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
[tony@atomide.com: otherwise multi-omap build with V6 and V7 breaks]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/omap44xx-smc.S [new file with mode: 0644]