Re: [U-Boot] [PATCH v6] Add support for the DevKit8000 board

2009-08-24 Thread Frederik Kriewitz
On Tue, Aug 25, 2009 at 8:25 AM, Stefan Roese wrote: > On Tuesday 25 August 2009 07:54:57 Frederik Kriewitz wrote: >> >>  include/configs/devkit8000.h       |  307 + >> >>  include/configs/omap3_devkit8000.h |  307 + >> > >> > why do you dupli

Re: [U-Boot] [PATCH v6] Add support for the DevKit8000 board

2009-08-24 Thread Stefan Roese
On Tuesday 25 August 2009 07:54:57 Frederik Kriewitz wrote: > >> include/configs/devkit8000.h | 307 + > >> include/configs/omap3_devkit8000.h | 307 + > > > > why do you duplicate it? > > maybe an miss when updating the patch > > This

Re: [U-Boot] [PATCH v6] Add support for the DevKit8000 board

2009-08-24 Thread Frederik Kriewitz
On Tue, Aug 25, 2009 at 7:25 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:31 Mon 24 Aug , Frederik Kriewitz wrote: >> This patch adds support for the DevKit8000 board. >> >> >> >> MAINTAINERS|4 + >> MAKEALL|1 + >> Makefile

Re: [U-Boot] [PATCH v6] Add support for the DevKit8000 board

2009-08-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:31 Mon 24 Aug , Frederik Kriewitz wrote: > This patch adds support for the DevKit8000 board. > > Signed-off-by: Frederik Kriewitz > --- > mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) > > Changelog: > v6: > added changelog > > v5: > moved files from board/timll/devkit8000 t

[U-Boot] [PATCH v6] Add support for the DevKit8000 board

2009-08-24 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) Changelog: v6: added changelog v5: moved files from board/timll/devkit8000 to board/devkit8000 added omap3_ config file prefix renamed README.timll t