Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-21 Thread Peter Tyser
Hi Dirk, On Fri, 2009-08-21 at 15:00 +0200, Dirk Behme wrote: > Frederik Kriewitz wrote: > > Jean-Christophe asked me to move it out of the omap3 "vendor" directory: > > > > On 10:55 Thu 20 Aug , Frederik Kriewitz wrote: > >> On Thu, Aug 20, 2009 at 12:19 AM, Jean-Christophe > >> PLAGNIOL-VIL

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-21 Thread Dirk Behme
Frederik Kriewitz wrote: > Jean-Christophe asked me to move it out of the omap3 "vendor" directory: > > On 10:55 Thu 20 Aug , Frederik Kriewitz wrote: >> On Thu, Aug 20, 2009 at 12:19 AM, Jean-Christophe >> PLAGNIOL-VILLARD wrote: board/omap3/devkit8000/Makefile | 52 + bo

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
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 > > >>> > >>

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Frederik Kriewitz
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

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Dirk Behme
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 @

Re: [U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Peter Tyser
Hi Frederik, I had some minor aesthetic nitpicks. I'd change the title to "Add support for the DevKit8000 board". > diff --git a/MAINTAINERS b/MAINTAINERS > index 620604c..03b2d10 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -706,6 +706,10 @@ Alex Z > lartSA1100 >

[U-Boot] [PATCH v3] Adding support for DevKit8000

2009-08-20 Thread Frederik Kriewitz
This patch adds support for the DevKit8000 board. Signed-off-by: Frederik Kriewitz --- mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) --- MAINTAINERS |4 + MAKEALL |1 + Makefile |3 + board/devkit8000/Makefile