On Tue, Sep 17, 2013 at 05:05:11PM -0700, Christian Daudt wrote: > @@ -980,6 +991,7 @@ config DEBUG_UART_PHYS > default 0xffd82340 if ARCH_IOP13XX > default 0xfff36000 if DEBUG_HIGHBANK_UART > default 0xfffff700 if ARCH_IOP33X > + default 0x3e000000 if DEBUG_BCM_KONA_UART
Please take a moment to think about this. > depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \ > DEBUG_UART_8250 || DEBUG_UART_PL01X > > @@ -1035,6 +1047,7 @@ config DEBUG_UART_VIRT > default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN > default 0xfefff700 if ARCH_IOP33X > default 0xff003000 if DEBUG_U300_UART > + default 0xfe300000 if DEBUG_BCM_KONA_UART And this. In particular, study the list which you are adding to and see whether you can spot what you're doing wrong. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

