From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Fri, 17 Nov 2006 17:32:41 -0500 Subject: [U-Boot-Users] [PATCH] U-boot-1.1.6 for Wind River SBC8349 In-Reply-To: <6B19F433-D9A4-43EE-83AB-C1921EB8D5FA@kernel.crashing.org> References: <20061117213409.GB32482@windriver.com> <6B19F433-D9A4-43EE-83AB-C1921EB8D5FA@kernel.crashing.org> Message-ID: <20061117223240.GC32482@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message: Re: [U-Boot-Users] [PATCH] U-boot-1.1.6 for Wind River SBC8349 on 17/11/2006 Kumar Gala wrote: > > Glancing at your patch it doesn't look like you are enabling the flat > device tree support. I'd recommend fixing that since its a > requirement for boot future linux kernel's. I had thought of that, but figured I'd leave it off until I had a chance to implement/test the arch/powerpc version of support for this board; at the moment it is still arch/ppc. I suppose I could enable it and then use "disable_of" if folks feel this is more future-proof... Paul. > > - kumar