From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id BB780DE06D for ; Sat, 12 Jan 2008 04:25:25 +1100 (EST) Message-ID: <4787A663.2020902@freescale.com> Date: Fri, 11 Jan 2008 11:24:51 -0600 From: Scott Wood MIME-Version: 1.0 To: Rune Torgersen Subject: Re: Help with device tree binding for SMC serial References: <4785246D.6090206@freescale.com><47854AE1.7080802@freescale.com><47854D6D.2010906@freescale.com><20080110175348.GA4317@loki.buserror.net><47866FDE.5070307@freescale.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Rune Torgersen wrote: > Ok, needed a valid console= line on the command line. WHen we tried > that, we had a typo, so it was not recognized. > Our old 2.6.18 arch/ppc kernel didn't need a console parameter, it got > the baudrate from u-boot somehow. > Anyway of doing that here too? You could add something to the cuboot code to fill in current-speed based on the value in the bd_t. -Scott