git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c6b2e
)
arm: mvebu: Fix compile for multiplatform when ARMv6 is selected
author
Tony Lindgren
<tony@atomide.com>
Fri, 11 Jan 2013 20:05:31 +0000
(12:05 -0800)
committer
Olof Johansson
<olof@lixom.net>
Fri, 11 Jan 2013 20:17:58 +0000
(12:17 -0800)
Some systems compile in both ARMv6 and ARMv7 into multiplatform
configurations. This means the default compiler flags are for ARMv6,
and we will get:
arch/arm/mach-mvebu/coherency_ll.S: Assembler messages:
arch/arm/mach-mvebu/coherency_ll.S:45: Error: selected processor does not support `dsb'
Fix this by specifying ARMv7 flags for coherency_ll.o.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-mvebu/Makefile
patch
|
blob
|
history
diff --cc
arch/arm/mach-mvebu/Makefile
Simple merge