diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-07-06 22:59:10 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-08-25 17:10:59 +0100 |
commit | 7610b607b03ada21e89d964ec27d87a5b93c3d7f (patch) | |
tree | 191fc53ebf3f493df9e2032e6913596404781d8e /arch/arm/mach-ebsa110 | |
parent | cce278d20340e292dbcbf25db8042baf9e2d88dd (diff) | |
download | blackbird-obmc-linux-7610b607b03ada21e89d964ec27d87a5b93c3d7f.tar.gz blackbird-obmc-linux-7610b607b03ada21e89d964ec27d87a5b93c3d7f.zip |
ARM: debug: provide 8250 debug uart flow control configuration option
Move the definition out of the machine class debug-macro.S header
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 bb02c05e6812..9b66e79632a9 100644 --- a/arch/arm/mach-ebsa110/include/mach/debug-macro.S +++ b/arch/arm/mach-ebsa110/include/mach/debug-macro.S @@ -18,5 +18,4 @@ .endm #define UART_SHIFT 2 -#define FLOW_CONTROL #include <asm/hardware/debug-8250.S> |