summaryrefslogtreecommitdiff
path: root/arch/arm/mach-aspeed/include/mach/debug-macro.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-aspeed/include/mach/debug-macro.S')
-rw-r--r--arch/arm/mach-aspeed/include/mach/debug-macro.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-aspeed/include/mach/debug-macro.S b/arch/arm/mach-aspeed/include/mach/debug-macro.S
index ff3195ac820f..33fc879b8c63 100644
--- a/arch/arm/mach-aspeed/include/mach/debug-macro.S
+++ b/arch/arm/mach-aspeed/include/mach/debug-macro.S
@@ -13,8 +13,8 @@
.macro addruart, rx, tmp
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
- ldreq \rx, =AST_UART3_BASE
- ldrne \rx, =IO_ADDRESS(AST_UART3_BASE)
+ ldreq \rx, =AST_UART_BASE
+ ldrne \rx, =IO_ADDRESS(AST_UART_BASE)
.endm
#define UART_SHIFT 2