From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 01 Mar 2010 10:10:33 -0800 Subject: [U-Boot] Where can I find the git repostory for mx51evk In-Reply-To: <1AE74F652ECB1440B73DD7C2C20842D1AC6D5C@zch01exm27.fsl.freescale.net> References: <1AE74F652ECB1440B73DD7C2C20842D1AC6D28@zch01exm27.fsl.freescale.net> <20100226100844.48327EBA9FA@gemini.denx.de> <1AE74F652ECB1440B73DD7C2C20842D1AC6D29@zch01exm27.fsl.freescale.net> <20100226123311.BA830EBAA8A@gemini.denx.de> <1AE74F652ECB1440B73DD7C2C20842D1AC6D5C@zch01exm27.fsl.freescale.net> Message-ID: <4B8C0319.1080700@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 Terry, On 2/28/2010 8:48 PM, Lv Terry-R65388 wrote: > Hi Denk, > > It seems that "git am" doesn't work for me. > > The steps are: > > 1. Save the patch as txt file in outlook and copy to u-boot directory. > 2. Use git am to apply the patch. > > r65388 at szx32-17[/home/r65388/uboot-imx]686% git am -i -u --whitespace=strip ./"U-Boot PATCH V4 1111 Add initial support for Freescale mx51evkboard.txt" > I sometimes have problems with Thunderbird whitespace-damaging patches in Windows, and find that stripping the '\r' carriage-return characters seems to work. My weapon of choice is 'dos2unix', but you could go old-school with 'tr' or even change the file type in vim. HTH, Ben