commit | 34863be589dd4da1fb8d57a01ab7a78937921769 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 28 10:27:25 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 13:55:05 2017 -0400 |
tree | 850303a70c4a7256184a5a4da9a32ccd780322d1 | |
parent | 4c974d72d733f09315072e6cae2803aae6d53041 [diff] |
board_f: Use timer_init() on all archs More than half of the architectures use this function so let's make them all use it. For those which don't actually define it, we can rely on the weak function in lib/time.c Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com> Reviewed-by: Stefan Roese <sr@denx.de>