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-iop13xx | |
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-iop13xx')
-rw-r--r-- | arch/arm/mach-iop13xx/include/mach/debug-macro.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/debug-macro.S b/arch/arm/mach-iop13xx/include/mach/debug-macro.S index d869a6f67e5c..4a776ca41960 100644 --- a/arch/arm/mach-iop13xx/include/mach/debug-macro.S +++ b/arch/arm/mach-iop13xx/include/mach/debug-macro.S | |||
@@ -20,5 +20,4 @@ | |||
20 | orr \rp, \rp, #0x00d80000 | 20 | orr \rp, \rp, #0x00d80000 |
21 | .endm | 21 | .endm |
22 | 22 | ||
23 | #define UART_SHIFT 2 | ||
24 | #include <asm/hardware/debug-8250.S> | 23 | #include <asm/hardware/debug-8250.S> |