From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 9 Oct 2015 13:26:59 +0800 Subject: [U-Boot] [PATCH v6 2/3] timer: start a new TIMER after relocation In-Reply-To: References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1444353477-31595-1-git-send-email-thomas@wytron.com.tw> <1444353477-31595-2-git-send-email-thomas@wytron.com.tw> Message-ID: <56175023.4080806@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, On 10/09/2015 09:32 AM, Bin Meng wrote: >> +#ifdef CONFIG_TIMER >> + gd->TIMER = NULL; > > Sorry for jumping in so late. But why is this TIMER all capital letters? Thanks for reminding. I made wrong string replacement. Best regards, Thomas Chou