[U-Boot] Where can I find the git repostory for mx51evk

Ben Warren biggerbadderben at gmail.com
Mon Mar 1 19:10:33 CET 2010


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


More information about the U-Boot mailing list