From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Mon, 28 Nov 2011 09:51:56 +0100 Subject: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood In-Reply-To: <201111270807.36629.marek.vasut@gmail.com> References: <201111270807.36629.marek.vasut@gmail.com> Message-ID: <4ED34BAC.5040307@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 11/27/2011 08:07 AM, Marek Vasut wrote: >>>>>>> >>>>>>>> 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 ? ;-) >>>> >>>> Patch from any one is welcomed. :-D >>> >>> Anyone, eh? Anyone ... anyone like the maintainer maybe ? >:-D >> >> I would have loved to do it, but I am very busy with some other very >> important assignment. May be I will post a patch in feb2012 >> > > I'll keep an eye on this ;-) I do also agree that implementing the functions would be better then adding an #ifdef as my patch does. But I currently got also no time to do this. So could someone please pick this patch up that the keymile ARM boards are compilable again? Best regards Holger