From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 5 Oct 2012 21:29:34 +0200 Subject: [U-Boot] [PATCH 1/3] Add nitrogen6x board In-Reply-To: <506F2A0B.4040004@boundarydevices.com> References: <1349380149-8693-1-git-send-email-eric.nelson@boundarydevices.com> <1349380149-8693-2-git-send-email-eric.nelson@boundarydevices.com> <20121005192422.383b1b9e@lilith> <506F2A0B.4040004@boundarydevices.com> Message-ID: <20121005212934.18b32eee@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Eric, On Fri, 05 Oct 2012 11:42:19 -0700, Eric Nelson wrote: > On 10/05/2012 10:24 AM, Albert ARIBAUD wrote: > > Hi Eric, > > > > On Thu, 4 Oct 2012 12:49:07 -0700, Eric Nelson > > wrote: > > > >> Signed-off-by: Eric Nelson > >> --- > >> board/boundary/nitrogen6x/Makefile | 41 ++ > >> board/boundary/nitrogen6x/README | 77 +++ > >> board/boundary/nitrogen6x/nitrogen6x.c | 840 ++++++++++++++++++++++++++++++++ > >> boards.cfg | 1 + > >> include/configs/nitrogen6x.h | 242 +++++++++ > >> 5 files changed, 1201 insertions(+), 0 deletions(-) > >> create mode 100644 board/boundary/nitrogen6x/Makefile > >> create mode 100644 board/boundary/nitrogen6x/README > >> create mode 100644 board/boundary/nitrogen6x/nitrogen6x.c > >> create mode 100644 include/configs/nitrogen6x.h > > > > If this is essentially a copy of sabrelite, I am surprised that git > > does not report any copies. Did you use -C with git format-patch ? > > > > Hi Albert, > > I didn't use '-C' (didn't know about it: thanks for the tip!). > > It wouldn't have detected copies though, because I made slight > changes in each of these files, replacing the board names and > file names in board/boundary/ and altering the default environment > (policy bits) in nitrogen6x.h. You should try -C. It does actually handle well 'imperfect' copies with slight, or not so light changes. > Regards, > > Eric Amicalement, -- Albert.