From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Aug 2009 22:20:32 +0200 Subject: [U-Boot] [PATCH v3] Adding support for DevKit8000 In-Reply-To: References: <1250786842-9134-1-git-send-email-frederik@kriewitz.eu> <1250787736.2789.23.camel@localhost.localdomain> <4A8D87AC.5070008@googlemail.com> Message-ID: <20090820202032.GA8470@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:37 Thu 20 Aug , Frederik Kriewitz wrote: > On Thu, Aug 20, 2009 at 7:28 PM, Dirk Behme wrote: > > Peter Tyser wrote: > >> > >> Hi Frederik, > >> I had some minor aesthetic nitpicks. ?I'd change the title to "Add > >> support for the DevKit8000 board". > >> > > I'll fix them > > >>> > >>> ?Unknown / orphaned boards: > >>> diff --git a/MAKEALL b/MAKEALL > >>> index edebaea..34235b7 100755 > >>> --- a/MAKEALL > >>> +++ b/MAKEALL > >>> @@ -581,6 +581,7 @@ LIST_ARM_CORTEX_A8=" ? ? ? ? ? ? ? ?\ > >>> ? ? ? ?omap3_pandora ? ? ? ? ? \ > >>> ? ? ? ?omap3_zoom1 ? ? ? ? ? ? \ > >>> ? ? ? ?omap3_zoom2 ? ? ? ? ? ? \ > >>> + ? ? ? devkit8000 ? ? ?\ > >>> ?" > >> > >> You should maintain the alphabetical order of LIST_ARM_CORTEX_A8. > > > > What's about using 'omap3_devkit8000' ? > > On Thu, Aug 20, 2009 at 7:02 PM, Peter Tyser wrote: > > Hi Frederik, > > I had some minor aesthetic nitpicks. I'd change the title to "Add > > support for the DevKit8000 board". > > Ok, I'll fix them. > > Jean-Christophe asked me to move it out of the omap3 "vendor" directory: I agree with Dirk for the config name it will be good to have omap3_devkit8000 but if you prefer devkit8000 it's fine also and yes I've ask you about the boardir to move it out of the omap3 dirent Best Regards, J.