From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 20 Aug 2009 19:28:12 +0200 Subject: [U-Boot] [PATCH v3] Adding support for DevKit8000 In-Reply-To: <1250787736.2789.23.camel@localhost.localdomain> References: <1250786842-9134-1-git-send-email-frederik@kriewitz.eu> <1250787736.2789.23.camel@localhost.localdomain> Message-ID: <4A8D87AC.5070008@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Peter Tyser wrote: > Hi Frederik, > I had some minor aesthetic nitpicks. I'd change the title to "Add > support for the DevKit8000 board". > > >> 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' ? Best regards Dirk