From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudhakar Rajashekhara Date: Fri, 18 Dec 2009 18:00:57 +0530 Subject: [U-Boot] [PATCH 1/3] Prepare for da850 support In-Reply-To: <20091217211201.3CCBDD43F21@gemini.denx.de> References: <1260959053-29746-1-git-send-email-sudhakar.raj@ti.com> <20091217211201.3CCBDD43F21@gemini.denx.de> Message-ID: <045701ca7fdd$f33e0b30$d9ba2190$@raj@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, Dec 18, 2009 at 02:42:01, Wolfgang Denk wrote: > Dear Sudhakar Rajashekhara, > > In message <1260959053-29746-1-git-send-email-sudhakar.raj@ti.com> you wrote: > > DA850/OMAP-L138 is a new SoC from Texas Instruments > > (http://focus.ti.com/docs/prod/folders/print/omap-l138.html). > > This SoC is similar to DA830/OMAP-L137 in many aspects. Hence > > rename the da830 specific files and folders to da8xx to > > accommodate DA850/OMAP-L138. > ... > > 7 files changed, 226 insertions(+), 222 deletions(-) > > delete mode 100644 board/davinci/da830evm/Makefile > > delete mode 100644 board/davinci/da830evm/config.mk > > delete mode 100644 board/davinci/da830evm/da830evm.c > > create mode 100644 board/davinci/da8xxevm/Makefile > > create mode 100644 board/davinci/da8xxevm/config.mk > > create mode 100644 board/davinci/da8xxevm/da830evm.c > > Please use the "-M" option to "git format-patch" (maybe also "-C" and > even "--find-copies-harder") to save reviewers the work of comparing > the deleted and the new files. > > Please resubmit - I am not in the mood to manually compare the files. > I was not aware of the -M option. I'll resubmit the patch after addressing your comments. Thanks, Sudhakar