From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 25 Nov 2011 10:22:12 +0100 Subject: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood In-Reply-To: References: Message-ID: <201111251022.12815.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > -----Original Message----- > > From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de] > > On Behalf Of Marek Vasut > > Sent: 25 November 2011 14:22 > > To: u-boot at lists.denx.de > > Cc: Valentin at theia.denx.de; Longchamp; Heiko Schocher; Holger Brunck > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post tests on > > kirkwood > > > > > commit f31a911fe (arm, post: add missing post_time_ms for arm) > > > enables get_ticks and get_tbclk for all arm based boards, > > > but kirkwood has currently no implementation for this. So > > > undefine this for kirkwood boards. > > > > So this means the kirkwood timer doesn't conform to current timer api? > > Why work > > it around and not fix it then? > > I think this is better approach > Right? :) So now the question is ... who's gonna do it ? ;-)