From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 9 Oct 2015 18:44:04 +0800 Subject: [U-Boot] [PATCH v6 1/3] dm: implement a Timer uclass In-Reply-To: References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1444353477-31595-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56179A74.4000504@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 Simon, On 10/09/2015 05:36 PM, Simon Glass wrote: >> v6 >> rename to CONFIG_TIMER as Simon suggested. > > But note you have changed this too broadly - 'TIMER' appears in > several places where it should be 'timer'. Sorry, I made a mistake in the string replacement. Please see v7. Best regards, Thomas