Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298716
b: refs/heads/master
c: fd9abe1
h: refs/heads/master
v: v3
  • Loading branch information
Colin Cross authored and Kukjin Kim committed Apr 4, 2012
1 parent 56d4a36 commit 18cdff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 8551f3ff49aeda57c6c204a4a4769395fa679fb8
refs/heads/master: fd9abe1b5beafe776c51507dac32486f627c6ad8
7 changes: 3 additions & 4 deletions trunk/arch/arm/mach-exynos/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
*/

.macro addruart, rp, rv, tmp
mov \rp, #0x10000000
ldr \rp, [\rp, #0x0]
and \rp, \rp, #0xf00000
teq \rp, #0x500000 @@ EXYNOS5
mrc p15, 0, \tmp, c0, c0, 0
and \tmp, \tmp, #0xf0
teq \tmp, #0xf0 @@ A15
ldreq \rp, =EXYNOS5_PA_UART
movne \rp, #EXYNOS4_PA_UART @@ EXYNOS4
ldr \rv, =S3C_VA_UART
Expand Down

0 comments on commit 18cdff5

Please sign in to comment.