From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Fri, 15 Aug 2008 09:15:43 -0500 Subject: [U-Boot] Flatten device tree & PPC linu In-Reply-To: <20080815085140.ACAB9243AB@gemini.denx.de> References: <805245.7882.qm@web63402.mail.re1.yahoo.com> <20080815085140.ACAB9243AB@gemini.denx.de> Message-ID: <48A58F8F.9010502@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Fundu, > > In message <805245.7882.qm@web63402.mail.re1.yahoo.com> you wrote: >> Thanks for clearing that up. >> >> One other question, if i update to u-boot 1.3.4 or whatever is the latest, can i configure so that i doesn't use FDT to boot kernel ? > > You don't have to configure that - it just depoends on how you boot > the Linux kenrel image - either you pass a device tree address (as > the third argument to the bootm command), or you don't. True. But if your question was really "Can I have PowerPC board boot without a Device Tree?", then no, you can't unless you work really hard in the wrong direction. :-) All PowerPC converted to using the Device Tree for booting over two years ago now. jdl