board_f: Use timer_init() on all archs
authorSimon Glass <sjg@chromium.org>
Tue, 28 Mar 2017 16:27:25 +0000 (10:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 17:55:05 +0000 (13:55 -0400)
commit11b33e64dd79df122f91199ce20841e48d59d877
tree850303a70c4a7256184a5a4da9a32ccd780322d1
parent70e2aaf380ef873901684027ef1082ebd4608785
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>
common/board_f.c