From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Tue, 06 May 2008 22:04:36 +0200 Subject: [U-Boot-Users] [PATCH 11/21] AT91SAM9RLEK support In-Reply-To: <20080506192606.A03BD247F5@gemini.denx.de> References: <20080506192606.A03BD247F5@gemini.denx.de> Message-ID: <1210104276.25356.49.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le mardi 06 mai 2008 ? 21:26 +0200, Wolfgang Denk a ?crit : > In message <1210088022-25757-12-git-send-email-stelian@popies.net> you wrote: > > > > diff --git a/board/atmel/at91sam9rlek/Makefile b/board/atmel/at91sam9rlek/Makefile > > new file mode 100644 > > index 0000000..f291d5e > > --- /dev/null > > +++ b/board/atmel/at91sam9rlek/Makefile > > @@ -0,0 +1,53 @@ > > +# > > +# (C) Copyright 2003-2008 > > +# Wolfgang Denk, DENX Software Engineering, wd denx.de. > > You should add your own Copyright here Ok. > And please don't mutilate my > entry - please leave this exactly as it was. I don't know what to say here. I suppose you're talking about the @ -> replacement. This is a copy of board/atmel/at91cap9adk/Makefile, and I'm pretty sure that when I submitted the AT91CAP9 patches, the @ was there. I think that somehow Peter Pearse converted it when applying the patches into his git tree. > > diff --git a/board/atmel/at91sam9rlek/partition.c b/board/atmel/at91sam9rlek/partition.c > > new file mode 100644 > > index 0000000..3bffd71 > > --- /dev/null > > +++ b/board/atmel/at91sam9rlek/partition.c > > @@ -0,0 +1,37 @@ > > +/* > > + * > > + * This program is free software; you can redistribute it and/or > > + * modify it under the terms of the GNU General Public License as > > + * published by the Free Software Foundation; either version 2 of > > + * the License, or (at your option) any later version. > > Copyright entry missing. Except that this is not mine. partition.c is a (pretty or complete, depending on the board) verbatim copy of board/atmel/at91cap9adk/partition.c, which was submitted by Ulf Samuelsson. -- Stelian Pop