projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f63a79f
)
ARM: 6260/1: arm/plat-spear: fix debug macro compilation failure
author
Jeremy Kerr
<
[email protected]
>
Thu, 22 Jul 2010 15:34:34 +0000
(16:34 +0100)
committer
Russell King
<
[email protected]
>
Mon, 26 Jul 2010 09:33:06 +0000
(10:33 +0100)
mov rx, =<immediate> isn't valid, use #<immediate> instead.
Signed-off-by: Jeremy Kerr <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/plat-spear/include/plat/debug-macro.S
patch
|
blob
|
history
diff --git
a/arch/arm/plat-spear/include/plat/debug-macro.S
b/arch/arm/plat-spear/include/plat/debug-macro.S
index 1670734b7e5159d34ada41710c0dc5381fcc4c3a..37fa593884ee64d345add30e2ca9738e238e3511 100644
(file)
--- a/
arch/arm/plat-spear/include/plat/debug-macro.S
+++ b/
arch/arm/plat-spear/include/plat/debug-macro.S
@@
-17,8
+17,8
@@
.macro addruart, rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
- moveq \rx,
=
SPEAR_DBG_UART_BASE @ Physical base
- movne \rx,
=
VA_SPEAR_DBG_UART_BASE @ Virtual base
+ moveq \rx,
#
SPEAR_DBG_UART_BASE @ Physical base
+ movne \rx,
#
VA_SPEAR_DBG_UART_BASE @ Virtual base
.endm
.macro senduart, rd, rx