
13 Jul
2014
13 Jul
'14
3:26 p.m.
On Sunday, July 13, 2014 at 01:14:27 PM, Pavel Machek wrote: [...]
@@ -51,9 +52,10 @@ unsigned long long __weak notrace get_ticks(void) return ((unsigned long long)gd->timebase_h << 32) | gd->timebase_l; }
-static unsigned long long notrace tick_to_time(uint64_t tick) +/* Returns time in milliseconds */
Please see http://www.denx.de/wiki/U-Boot/CodingStyle at the bottom in case you want to add documentation annotations. [...]
Best regards, Marek Vasut