From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 886DD679F3 for ; Wed, 12 Apr 2006 01:16:46 +1000 (EST) Date: Tue, 11 Apr 2006 10:14:52 -0500 (CDT) From: Kumar Gala To: Stefan Meyer Subject: Re: Linux kernel for MPC834X platform In-Reply-To: <003101c65d7a$c68fbd60$1100a8c0@stefanlaptop> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 11 Apr 2006, Stefan Meyer wrote: > Hi Kumar > Thanks for the advice. I will rebuild for powerpc and report back. > B.t.w. what is the story behind the ppc and powerpc branches anyway ? The powerpc tree is a merge of the ppc32/64 trees into one arch. It requires a flat device tree to boot. You will need a new u-boot for this that produces a flat device tree. - kumar