Re: [U-Boot] [PATCH] README: Give an explicit example of adding a new board.

2009-11-17 Thread Wolfgang Denk
Dear "Robert P. J. Day", In message you wrote: > > > > + First, the new files: > > > + > > > + ./board/ti/beagle/ > > > + beagle.c > > > + beagle.h > > > + config.mk > > > + Makefile > > > + ./include/configs/omap3_beagle.h > > > > Most probably the naming convention guys

Re: [U-Boot] [PATCH] README: Give an explicit example of adding a new board.

2009-11-17 Thread Robert P. J. Day
On Tue, 17 Nov 2009, Dirk Behme wrote: > Robert P. J. Day wrote: > > Explicitly demonstrate an example (BeagleBoard) of what was > > added/changed to support a new board. > > > > Signed-off-by: Robert P. J. Day > > > > --- > > > > obviously not critical, but it might be useful for readers to se

Re: [U-Boot] [PATCH] README: Give an explicit example of adding a new board.

2009-11-17 Thread Dirk Behme
Robert P. J. Day wrote: > Explicitly demonstrate an example (BeagleBoard) of what was > added/changed to support a new board. > > Signed-off-by: Robert P. J. Day > > --- > > obviously not critical, but it might be useful for readers to see > explicitly what constitutes adding support for a ne

[U-Boot] [PATCH] README: Give an explicit example of adding a new board.

2009-11-17 Thread Robert P. J. Day
Explicitly demonstrate an example (BeagleBoard) of what was added/changed to support a new board. Signed-off-by: Robert P. J. Day --- obviously not critical, but it might be useful for readers to see explicitly what constitutes adding support for a new board, file by file. your choice to ap