
28 Feb
2004
28 Feb
'04
5:24 a.m.
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