Re: [PATCH] ARM: EXYNOS: autodetect enabled serial port in uncompress

2012-04-02 Thread Kyungmin Park
Hi, On Tue, Apr 3, 2012 at 4:17 AM, Kukjin Kim wrote: > From: Colin Cross > > Check the ULCON register of each serial port to determine if > it has been enabled by the bootloader.  If only one serial port > is found enabled, use that one.  Otherwise, use the value from > CONFIG_S3C_LOWLEVEL_UART

[PATCH] ARM: EXYNOS: autodetect enabled serial port in uncompress

2012-04-02 Thread Kukjin Kim
From: Colin Cross Check the ULCON register of each serial port to determine if it has been enabled by the bootloader. If only one serial port is found enabled, use that one. Otherwise, use the value from CONFIG_S3C_LOWLEVEL_UART_PORT. Signed-off-by: Colin Cross Signed-off-by: Kukjin Kim ---