From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Sat, 28 Feb 2004 13:24:56 +0900 Subject: [U-Boot-Users] get_ticks() for AT91RM9200 References: <403F58A7.6000602@imc-berlin.de> Message-ID: <40401818.10106@sonare.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Steven Scholz wrote: > I added get_ticks() because it was needed by the NFS implementation. > However it looks like get_ticks() is hardly use in U-Boot. I think > get_timer() is used in most cases... I thought get_ticks() was already implemented in all CPU, because it is used in common/main.c and I was only interested in the implementation of MIPS CPU. get_ticks() in NFS seems to be the obstruction for another. Should I change to get_timer(0) ? Masami Komiya