Wolfgang Denk wrote: > get_ticks() not a public interface. It should not be used in any > common code. Then what is it doing in include/common.h? > Please use get_timer(). But as was pointed out, that depends on interrupts, and thus does not work until very late in the boot process. -Scott