[PATCH v10 5/9] arm: omap1: Migrate debug_ll macros to use 8250.S
From: Daniel Thompson <hidden>
Date: 2014-09-16 23:05:10
Also in:
linux-omap, lkml
From: Daniel Thompson <hidden>
Date: 2014-09-16 23:05:10
Also in:
linux-omap, lkml
On 16/09/14 15:58, Aaro Koskinen wrote:
Hi, On Tue, Sep 16, 2014 at 11:46:24PM +0100, Daniel Thompson wrote:quoted
+ config DEBUG_OMAP1UART1 + bool "Kernel low-level debugging via OMAP1 UART1" + depends on ARCH_OMAP1 + select DEBUG_UART_8250 + help + Say Y here if you want kernel low-level debugging support + on OMAP1 based platforms (expect OMAP730) on the UART1.^^^^^^quoted
+ select DEBUG_UART_8250 + help + Say Y here if you want kernel low-level debugging support + on OMAP1 based platforms (expect OMAP730) on the UART2.^^^^^^quoted
+ select DEBUG_UART_8250 + help + Say Y here if you want kernel low-level debugging support + on OMAP1 based platforms (expect OMAP730) on the UART3.^^^^^^ I already commented earlier, that "expect" here is probably a typo?
I'm extremely sorry to have overlooked your previous comment. There's certainly no question I read your previous e-mail because because I copied your Tested-by: from it. I will fix this (and also grep all other patches in the set to make sure I haven't copied the typo anywhere else). Daniel.