Re: [PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-06-02 Thread Tushar Behera
On 06/01/2013 09:29 AM, Olof Johansson wrote: > On Fri, May 31, 2013 at 05:19:02PM +0530, Tushar Behera wrote: >> Printing low-level debug messages make an assumption that the specified >> UART port has been preconfigured by the bootloader. Incorrectly >> specified UART port results in system

Re: [PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-06-02 Thread Tushar Behera
On 06/01/2013 09:29 AM, Olof Johansson wrote: On Fri, May 31, 2013 at 05:19:02PM +0530, Tushar Behera wrote: Printing low-level debug messages make an assumption that the specified UART port has been preconfigured by the bootloader. Incorrectly specified UART port results in system getting

Re: [PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-05-31 Thread Olof Johansson
On Fri, May 31, 2013 at 05:19:02PM +0530, Tushar Behera wrote: > Printing low-level debug messages make an assumption that the specified > UART port has been preconfigured by the bootloader. Incorrectly > specified UART port results in system getting stalled while printing the > message

[PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-05-31 Thread Tushar Behera
Printing low-level debug messages make an assumption that the specified UART port has been preconfigured by the bootloader. Incorrectly specified UART port results in system getting stalled while printing the message "Uncompressing Linux... done, booting the kernel" This UART port number is

[PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-05-31 Thread Tushar Behera
Printing low-level debug messages make an assumption that the specified UART port has been preconfigured by the bootloader. Incorrectly specified UART port results in system getting stalled while printing the message Uncompressing Linux... done, booting the kernel This UART port number is

Re: [PATCH 1/3] ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined

2013-05-31 Thread Olof Johansson
On Fri, May 31, 2013 at 05:19:02PM +0530, Tushar Behera wrote: Printing low-level debug messages make an assumption that the specified UART port has been preconfigured by the bootloader. Incorrectly specified UART port results in system getting stalled while printing the message Uncompressing