diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-07-06 18:13:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-08-25 12:11:00 -0400 |
commit | 4a00364736519764a76af566be98eeeabb6fbce5 (patch) | |
tree | 2eae43823a6eb68031bb221e6c7dbc9f641f8988 /arch/arm/mach-rpc | |
parent | 7610b607b03ada21e89d964ec27d87a5b93c3d7f (diff) |
ARM: debug: provide 8250 debug uart register shift configuration option
Move the definition of the UART register shift out of the platform
specific header file into the Kconfig files.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc')
-rw-r--r-- | arch/arm/mach-rpc/include/mach/debug-macro.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/include/mach/debug-macro.S b/arch/arm/mach-rpc/include/mach/debug-macro.S index a92753d0daeb..fcb545083547 100644 --- a/arch/arm/mach-rpc/include/mach/debug-macro.S +++ b/arch/arm/mach-rpc/include/mach/debug-macro.S | |||
@@ -18,5 +18,4 @@ | |||
18 | orr \rp, \rp, #0x03000000 @ physical | 18 | orr \rp, \rp, #0x03000000 @ physical |
19 | .endm | 19 | .endm |
20 | 20 | ||
21 | #define UART_SHIFT 2 | ||
22 | #include <asm/hardware/debug-8250.S> | 21 | #include <asm/hardware/debug-8250.S> |