lkml.org 
[lkml]   [2014]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v12 14/15] arm: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX
    Date
    On EP93XX uncompress.h uses CONFIG_DEBUG_UART_PHYS instead of a hard
    coded serial port. This means the build breaks when DEBUG_LL
    (and DEBUG_LL_UART_PL01X) is not enabled.

    This is fixed by adding a new dependency.

    Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
    Acked-by: Arnd Bergmann <arnd@arndb.de>
    ---
    arch/arm/Kconfig.debug | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
    index 4a04c93..3f7ebc8 100644
    --- a/arch/arm/Kconfig.debug
    +++ b/arch/arm/Kconfig.debug
    @@ -1258,7 +1258,8 @@ config DEBUG_UART_PHYS
    default 0xfffb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3
    default 0xfffe8600 if DEBUG_UART_BCM63XX
    default 0xfffff700 if ARCH_IOP33X
    - depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
    + depends on ARCH_EP93XX || \
    + DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
    DEBUG_LL_UART_EFM32 || \
    DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
    DEBUG_MSM_UART || DEBUG_NETX_UART || \
    --
    1.9.3


    \
     
     \ /
      Last update: 2014-10-24 13:41    [W:4.661 / U:0.212 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site