]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
time: add weak annotation to timer_read_counter declaration
authorRob Herring <rob.herring@calxeda.com>
Fri, 8 Nov 2013 14:40:43 +0000 (08:40 -0600)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:14 +0000 (15:25 -0500)
commit65ba7add0d609bbd035b8d42fafdaf428ac24751
tree362cacc632448118efd25cf4cda1c8eaa9edf769
parentefd9bb9c0286dace970397e3336cf0399dc7b31d
time: add weak annotation to timer_read_counter declaration

A weak annotation is needed in order to prevent link errors when
get_ticks is overridden. This fixes sandbox build.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
lib/time.c