From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 15 Jan 2008 23:14:33 -0500 Subject: [U-Boot-Users] [PATCH v3] QE UEC: Extend number of supported UECs to 4 In-Reply-To: References: <1200387951.3656.11.camel@localhost.localdomain> <58A20A281BAF1047B4EAE68DE5C0BDC2C51EC6@zch01exm21.fsl.freescale.net> Message-ID: <478D84A9.4070405@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de David Saada wrote: >>> We have another source code repository (Synergy), and managing the >>> source code with git is just not possible. I have posted many >>> patches in >>> the past using diff -purN, and there was never any problem. >>> >> Ok, maybe problem occur in my site. >> >> If Kim or Ben can apply it successfully, please accept it. >> >> Thanks, >> Dave >> > Sure. I will wait with the second part of the patch (UEC MII commands) > until this is sorted out. > Thanks, > David. > > > I was able to apply this with a little manual tweaking. I had to remove the '>' from in front of each "diff -purN", and change the following patterns: --- /file.orig +++ /file becomes: --- a/file +++ b/file I'll send a pull request tomorrow to pick this up. thanks, Ben