From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id C8F6ADDF2B for ; Thu, 22 Mar 2007 00:32:23 +1100 (EST) In-Reply-To: <20070316172907.GL29784@ld0162-tx32.am.freescale.net> References: <20070316172907.GL29784@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <21cf1da6425e3a4e66435cb569cb78df@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 12/17] bootwrapper: Make set_cmdline() create /chosen if it doesn't exist. Date: Wed, 21 Mar 2007 14:32:17 +0100 To: Scott Wood Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , No way. The /chosen node should _always_ exist; you might argue for the bootwrapper creating it if it isn't there, but don't only do it when setting "bootargs", just always do it (and do it early). Segher