From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 12 Apr 2011 18:41:44 +0200 Subject: [U-Boot] [PATCH 3/3] Rename openrd_base files to openrd. In-Reply-To: <1302624582-26705-3-git-send-email-clint@debian.org> References: <1302624582-26705-1-git-send-email-clint@debian.org> <1302624582-26705-3-git-send-email-clint@debian.org> Message-ID: <4DA480C8.8090004@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Clint, Le 12/04/2011 18:09, Clint Adams a ?crit : > --- > board/Marvell/openrd/Makefile | 56 ++++++++++ > board/Marvell/openrd/kwbimage.cfg | 168 ++++++++++++++++++++++++++++++ > board/Marvell/openrd/openrd.c | 173 +++++++++++++++++++++++++++++++ > board/Marvell/openrd/openrd.h | 46 ++++++++ > board/Marvell/openrd_base/Makefile | 56 ---------- > board/Marvell/openrd_base/kwbimage.cfg | 168 ------------------------------ > board/Marvell/openrd_base/openrd_base.c | 173 ------------------------------- > board/Marvell/openrd_base/openrd_base.h | 46 -------- > boards.cfg | 6 +- > include/configs/openrd.h | 142 +++++++++++++++++++++++++ > include/configs/openrd_base.h | 142 ------------------------- > 11 files changed, 588 insertions(+), 588 deletions(-) > create mode 100644 board/Marvell/openrd/Makefile > create mode 100644 board/Marvell/openrd/kwbimage.cfg > create mode 100644 board/Marvell/openrd/openrd.c > create mode 100644 board/Marvell/openrd/openrd.h > delete mode 100644 board/Marvell/openrd_base/Makefile > delete mode 100644 board/Marvell/openrd_base/kwbimage.cfg > delete mode 100644 board/Marvell/openrd_base/openrd_base.c > delete mode 100644 board/Marvell/openrd_base/openrd_base.h > create mode 100644 include/configs/openrd.h > delete mode 100644 include/configs/openrd_base.h Since these are only renames, they should appear as such. Can you redo this one in the next patchset with git-format-patch option -M or -C in order for the renames to be detected as such and not presented as delete/create pairs? Amicalement, -- Albert.