From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 24 Nov 2015 22:01:33 +0800 Subject: [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter In-Reply-To: References: <1447402284-26598-1-git-send-email-bmeng.cn@gmail.com> <1447402284-26598-6-git-send-email-bmeng.cn@gmail.com> <564FBD9C.8080203@wytron.com.tw> Message-ID: <56546DBD.8050806@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 2015?11?24? 18:09, Simon Glass wrote: > > Unfortunately this causes build errors for a few avr32 boards - e.g. > grasshopper. > > I think the problem is the gd declaration in the timer.h header file. > I don't think that is a good idea. Can we move it to the C file? If you meant, "warning: input is not relaxable", it is fixed after commit f300dccde433 ("i2c, avr32: fix compiler warning "input is not relaxable""). The u-boot-dm/testing branch does not have such warning. Best regards, Thomas