From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 11 Jan 2013 17:20:57 +0900 Subject: [U-Boot] [PATCH V2 2/2] EXYNOS5: Enable console multiplexing in u-boot In-Reply-To: <1357887971-4464-2-git-send-email-ajaykumar.rs@samsung.com> References: <1357887971-4464-1-git-send-email-ajaykumar.rs@samsung.com> <1357887971-4464-2-git-send-email-ajaykumar.rs@samsung.com> Message-ID: <50EFCB69.10903@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/01/13 16:06, Ajay Kumar wrote: > We enable console multiplexing and use both serial and LCD for stdout/stderr. > Initially, u-boot output console is observed via serial port. > If you also have a DP panel connected onto your SMDK5250 board, > you can switch to LCD console by typing "setenv stdout lcd". > You can always switch back to serial using "setenv stdout serial". > You can switch error console(stderr) as well, using similar commands. > > Signed-off-by: Ajay Kumar > Acked-by: Simon Glass > --- > Changes in V2: We use CONFIG_CONSOLE_MUX always. In V1, CONFIG_CONSOLE_MUX > was enabled only when CONFIG_LCD is selected. > > include/configs/exynos5250-dt.h | 11 +++++++++++ > 1 file changed, 11 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.