Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2010-12-08 Thread Wolfgang Denk
Dear Mike Rapoport, In message <4cff26b0.1080...@compulab.co.il> you wrote: > > This patch adds support for CM-T35 board > > Signed-off-by: Mike Rapoport > --- ... > diff --git a/MAKEALL b/MAKEALL > index c54c6e8..e0fe12f 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -412,6 +412,7 @@ LIST_ARM11="

[U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2010-12-07 Thread Mike Rapoport
This patch adds support for CM-T35 board Signed-off-by: Mike Rapoport --- v2 changes: * address Nishanth's comments MAINTAINERS |4 + MAKEALL |1 + board/cm_t35/Makefile| 47 ++ board/cm_t35/cm_t35.c| 222 board

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-12 Thread Mike Rapoport
Dear Wolfgang, Wolfgang Denk wrote: > Dear Mike Rapoport, > > In message <1257955131-16729-1-git-send-email-m...@compulab.co.il> you wrote: >> Add CM-T35 board support >> >> -- >> v2 changes: >> - rename board config file from omap3_cm-t35.h to cm-t35.h >> - remove SZ_xx references >> - add MAKEA

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
On Wed, Nov 11, 2009 at 10:03 PM, Ben Warren wrote: > Mike Rapoport wrote: >> Add CM-T35 board support >> >> -- >> v2 changes: >> - rename board config file from omap3_cm-t35.h to cm-t35.h >> - remove SZ_xx references >> - add MAKEALL/MAINTEINERS entries >> -- >> >> > >> --- /dev/null >> +++ b/bo

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Wolfgang Denk
Dear Mike Rapoport, In message <1257955131-16729-1-git-send-email-m...@compulab.co.il> you wrote: > Add CM-T35 board support > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries > -- > > Signed-off-by: M

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
On Wed, Nov 11, 2009 at 8:37 PM, Dirk Behme wrote: > Mike Rapoport wrote: >> Add CM-T35 board support >> >> -- >> v2 changes: >> - rename board config file from omap3_cm-t35.h to cm-t35.h >> - remove SZ_xx references >> - add MAKEALL/MAINTEINERS entries > > Sorry, you are too fast for me ;) > > I

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Ben Warren
Mike Rapoport wrote: > Add CM-T35 board support > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries > -- > > > --- /dev/null > +++ b/board/cm-t35/cm-t35.c > @@ -0,0 +1,196 @@ > +/* > + * (C) Copyright

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Dirk Behme
Mike Rapoport wrote: > Add CM-T35 board support > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries Sorry, you are too fast for me ;) I wanted to mention to please update doc/README.omap3, too. Cheers

[U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries -- Signed-off-by: Mike Rapoport --- MAINTAINERS |4 + MAKEALL |1 + Makefile |