Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-04 Thread Detlev Zundel
Hi Mike, > On Sunday 01 June 2008, Wolfgang Denk wrote: >> In message <[EMAIL PROTECTED]> you wrote: >> > > Please STOP messing with license headers. >> > >> > so you want it in a separate commit ? >> >> I do not want to see any of these one-line GPL "headers. Please use >> the regular, full

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Mike Frysinger
On Sunday 01 June 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > having to scroll a page to see anything actually useful seems pretty > > wasteful to me. plus the full header breaks when the FSF moves around > > (and in fact, there are a ton of such outdated headers in

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > having to scroll a page to see anything actually useful seems pretty wasteful > to me. plus the full header breaks when the FSF moves around (and in fact, > there are a ton of such outdated headers in u-boot right now). Patches for this are welcome.

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Mike Frysinger
On Sunday 01 June 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > Please STOP messing with license headers. > > > > so you want it in a separate commit ? > > I do not want to see any of these one-line GPL "headers. Please use > the regular, full heade. And especial

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Please STOP messing with license headers. > > so you want it in a separate commit ? I do not want to see any of these one-line GPL "headers. Please use the regular, full heade. And especially do never remove these from any files where they are

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Mike Frysinger
On Sunday 01 June 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > --- a/board/bf533-ezkit/flash-defines.h > > +++ b/board/bf533-ezkit/flash-defines.h > > @@ -1,28 +1,12 @@ > > /* > > - * U-boot - flash-defines.h > > + * U-Boot - flash-defines.h > > * > > - * Copyright

Re: [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Some of the flash defines weren't in the correct location and caused build > problems in some configurations, so let's move types and defines to better > local locations. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > --- > board/bf533-ezkit/bf

[U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little

2008-06-01 Thread Mike Frysinger
Some of the flash defines weren't in the correct location and caused build problems in some configurations, so let's move types and defines to better local locations. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- board/bf533-ezkit/bf533-ezkit.c | 25 - board/bf