> Um... why is READ_TIMER doing such a stupid thing as negating values?

Because the counter counts down. I could have returns "0 - value" or
"~value".  Since I chose the latter initially, this fix keeps the same
approach.  I can't return the value I read, since it goes backwards.

/alessandro
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to