summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/debug.S
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2004-04-14 19:33:32 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-04-14 19:33:32 +0100
commit157c0342e591acff4b80ad2869ab7702b40e69d5 (patch)
treee80a9594852f7d0892225ab9119f29cf9cf4c829 /arch/arm/kernel/debug.S
parent51af77dbb806a3df044de15301d51488202bdfce (diff)
[SERIAL] Add ARM PL011 uart primecell support.
This adds support for the AMBA PL011 UART primecell, and moves the existing AMBA UART support to indicate it covers the AMBA PL010 primecell.
Diffstat (limited to 'arch/arm/kernel/debug.S')
-rw-r--r--arch/arm/kernel/debug.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/debug.S b/arch/arm/kernel/debug.S
index 8f24a2a9f642..5db32be694c0 100644
--- a/arch/arm/kernel/debug.S
+++ b/arch/arm/kernel/debug.S
@@ -315,7 +315,7 @@
#elif defined(CONFIG_ARCH_INTEGRATOR)
-#include <asm/hardware/serial_amba.h>
+#include <asm/hardware/amba_serial.h>
.macro addruart,rx
mrc p15, 0, \rx, c1, c0
@@ -326,7 +326,7 @@
.endm
.macro senduart,rd,rx
- strb \rd, [\rx, #AMBA_UARTDR]
+ strb \rd, [\rx, #UART01x_DR]
.endm
.macro waituart,rd,rx