commit | 316c5c82c9ce432b861f538120db07c3fdb8113f | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Fri Nov 08 08:40:43 2013 -0600 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 15:25:14 2013 -0500 |
tree | 362cacc632448118efd25cf4cda1c8eaa9edf769 | |
parent | 7f37f22a04c4d8871f837f9a4481bcaf0c91c861 [diff] |
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>