From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) by ozlabs.org (Postfix) with ESMTP id 0A98BDDF1B for ; Wed, 14 Feb 2007 06:33:55 +1100 (EST) Message-ID: <45D211B7.1040302@freescale.com> Date: Tue, 13 Feb 2007 13:29:59 -0600 From: Timur Tabi MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] powerpc: delete boot-cpu and chosen nodes from all DTS files References: <11713852392294-git-send-email-timur@freescale.com> <1712A11E-2F9F-441E-97E2-6FE82ED5A539@kernel.crashing.org> In-Reply-To: <1712A11E-2F9F-441E-97E2-6FE82ED5A539@kernel.crashing.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > > On Feb 13, 2007, at 10:47 AM, Timur Tabi wrote: > >> The 'linux,boot-cpu' property and the 'chosen' node do not belong in the >> DTS file, because U-Boot creates these entries in the device tree when >> it boots linux. >> >> Signed-off-by: Timur Tabi >> --- > > Is there some harm is having them set in the .dts? Actually, I just found out that the boot-cpu property is obsolete. Instead, the boot CPU is specified in the device tree header, and DTC will complain if it sees linux,boot-cpu. With that in mind, I'm going to respin this patch to include a change in booting-without-of.txt. -- Timur Tabi Linux Kernel Developer @ Freescale