From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Fri, 17 Nov 2006 17:44:29 -0500 Subject: [U-Boot-Users] [PATCH] U-boot-1.1.6 for Wind River SBC8349 In-Reply-To: <03AE1FC5-AFCB-46CB-A45E-697640F97442@kernel.crashing.org> References: <20061117213409.GB32482@windriver.com> <6B19F433-D9A4-43EE-83AB-C1921EB8D5FA@kernel.crashing.org> <20061117223240.GC32482@windriver.com> <03AE1FC5-AFCB-46CB-A45E-697640F97442@kernel.crashing.org> Message-ID: <20061117224428.GB2335@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: > > On Nov 17, 2006, at 4:32 PM, Paul Gortmaker wrote: > > >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... > > Its going to be more feature proof that way. > > - k Ok. I will enable it in the config.sh, and retest it next week to ensure it doesn't do anything unexpected. Thanks for the feedback. Paul.