Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201233
b: refs/heads/master
c: e6b8b3e
h: refs/heads/master
i:
  201231: 56eb66f
v: v3
  • Loading branch information
Jeremy Kerr authored and Russell King committed Jul 26, 2010
1 parent 72cabd3 commit 654e9ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f63a79f65358d27a25fa31f912738b61bfcec589
refs/heads/master: e6b8b3e21a85b06b0617401f5ad8018b9927f6ac
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-spear/include/plat/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 654e9ed

Please sign in to comment.