]> git.sur5r.net Git - u-boot/blobdiff - cpu/ixp/timer.c
* Fix parameter passing to standalone images with bootm command
[u-boot] / cpu / ixp / timer.c
index baa7e72b7e7f55ec7395053490cd097fd0c1f572..8df2a31f5c0246b74aa9eabe7eed8290db5e293c 100644 (file)
 #include <common.h>
 #include <asm/arch/ixp425.h>
 
+ulong get_timer (ulong base)
+{
+       return get_timer_masked () - base;
+}
+
 void ixp425_udelay(unsigned long usec)
 {
        /*