From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Fri, 21 May 2010 13:44:28 -0500 Subject: [U-Boot] [PATCH] mpc85xx: add function prototypes for sys and ddr clocks to speed.c In-Reply-To: <4BF6D21A.5090502@freescale.com> References: <1274465254-9002-1-git-send-email-timur@freescale.com> <4BF6CCE6.1080109@freescale.com> <4BF6CE65.5060307@freescale.com> <4BF6D21A.5090502@freescale.com> Message-ID: <1274467468.18152.469.camel@petert> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2010-05-21 at 13:34 -0500, Scott Wood wrote: > On 05/21/2010 01:18 PM, Timur Tabi wrote: > > Scott Wood wrote: > >> On 05/21/2010 01:07 PM, Timur Tabi wrote: > >>> On most Freescale 85xx boards, the CONFIG_SYS_CLK_FREQ and CONFIG_DDR_CLK_FREQ > >>> macros are defined like this: > >> > >> Like what? > > > > Doh. Git commit delete those lines because they began with a "#". > > Hmm... is there any way to override that and insert such a line into a > git commit? 'git commit --cleanup=verbatim' should do it. I think "--cleanup=whitespace" should also work. Best, Peter