diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-07-06 23:13:15 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-08-25 17:11:00 +0100 |
commit | 4a00364736519764a76af566be98eeeabb6fbce5 (patch) | |
tree | 2eae43823a6eb68031bb221e6c7dbc9f641f8988 /arch/arm/mach-ebsa110 | |
parent | 7610b607b03ada21e89d964ec27d87a5b93c3d7f (diff) | |
download | blackbird-obmc-linux-4a00364736519764a76af566be98eeeabb6fbce5.tar.gz blackbird-obmc-linux-4a00364736519764a76af566be98eeeabb6fbce5.zip |
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-ebsa110')
-rw-r--r-- | arch/arm/mach-ebsa110/include/mach/debug-macro.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ebsa110/include/mach/debug-macro.S b/arch/arm/mach-ebsa110/include/mach/debug-macro.S index 9b66e79632a9..984f0fa4812a 100644 --- a/arch/arm/mach-ebsa110/include/mach/debug-macro.S +++ b/arch/arm/mach-ebsa110/include/mach/debug-macro.S @@ -17,5 +17,4 @@ mov \rp, \rv .endm -#define UART_SHIFT 2 #include <asm/hardware/debug-8250.S> |