From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hellstrom Date: Mon, 31 Mar 2014 14:57:13 +0200 Subject: [U-Boot] All Sparc boards are broken In-Reply-To: <20140331112716.DB73.AA925319@jp.panasonic.com> References: <20140331112716.DB73.AA925319@jp.panasonic.com> Message-ID: <53396629.4000502@gaisler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I was recently informed about the problem by Tom. As I mentioned to him I'm very busy at the moment. I haven't looked into it yet, but my plan remains to do so in a few weeks time. Thanks, Daniel Hellstrom On 03/31/2014 04:27 AM, Masahiro Yamada wrote: > Hi Daniel, > > > All Sparc boards are broken because get_tbclk() func is missing. > > lib/built-in.o: In function `tick_to_time': > u-boot/lib/time.c:56: undefined reference to `get_tbclk' > lib/built-in.o: In function `usec_to_tick': > u-boot/lib/time.c:80: undefined reference to `get_tbclk' > > > Nothing has been done with that error > since Rob Herring's common timer framework. > > Daniel, can you fix them? > > > Best Regards > Masahiro Yamada >