From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Weber Date: Wed, 02 Mar 2011 11:50:33 +0100 Subject: [U-Boot] [PATCH] omap3_beagle: Switch default console from ttyS2 to ttyO2 In-Reply-To: References: <1298018277-7436-1-git-send-email-holler@ahsoftware.de> Message-ID: <4D6E20F9.8090503@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Alexander, Am 02.03.2011 00:13, schrieb Jason Kridner: > On Fri, Feb 18, 2011 at 3:37 AM, Alexander Holler wrote: >> Linux kernels >= 2.6.36 are using ttyOn instead ttySn for the >> serials on OMAPs. >> >> Signed-off-by: Alexander Holler > > Ack. > >> --- >> include/configs/omap3_beagle.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h >> index 5cfa4cb..e442e5b 100644 >> --- a/include/configs/omap3_beagle.h >> +++ b/include/configs/omap3_beagle.h >> @@ -189,7 +189,7 @@ >> #define CONFIG_EXTRA_ENV_SETTINGS \ >> "loadaddr=0x82000000\0" \ >> "usbtty=cdc_acm\0" \ >> - "console=ttyS2,115200n8\0" \ >> + "console=ttyO2,115200n8\0" \ >> "mpurate=500\0" \ >> "vram=12M\0" \ >> "dvimode=1024x768MR-16 at 60\0" \ >> -- >> 1.7.3.4 can you please do this for all omap3 boards? Or we have in the end 10 patches for the same problem. Thomas