From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yegor Yefremov Date: Mon, 18 Jul 2011 12:18:22 +0200 Subject: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2 In-Reply-To: <4E23FFDF.8020701@aribaud.net> References: <4E23F370.2010800@visionsystems.de> <4E23FFDF.8020701@aribaud.net> Message-ID: <4E24086E.1080805@visionsystems.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 18.07.2011 11:41, schrieb Albert ARIBAUD: > Le 18/07/2011 10:48, Yegor Yefremov a ?crit : >>> From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 >> From: Yegor Yefremov >> Date: Mon, 18 Jul 2011 10:37:35 +0200 >> Subject: [PATCH] am3517evm: change console device from ttyS2 to ttyO2 >> >> the serial device names have been changed from ttySx to ttyOx, so the >> console device name should be also changed to support the latest kernel >> versions. >> >> Signed-off-by: Yegor Yefremov >> --- >> include/configs/am3517_evm.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h >> index 80ad342..18aaadf 100644 >> --- a/include/configs/am3517_evm.h >> +++ b/include/configs/am3517_evm.h >> @@ -190,7 +190,7 @@ >> >> #define CONFIG_EXTRA_ENV_SETTINGS \ >> "loadaddr=0x82000000\0" \ >> - "console=ttyS2,115200n8\0" \ >> + "console=ttyO2,115200n8\0" \ >> "mmcargs=setenv bootargs console=${console} " \ >> "root=/dev/mmcblk0p2 rw " \ >> "rootfstype=ext3 rootwait\0" \ > > Cc:ing board maintainer, Vaibhav Hiremath according to MAINTAINERS, for ACK.NAK. > > (apologies: I should have done this already in reply to patch V1). Could you apply the patch (v2) now? Yegor