]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3d0570ed3be1210b2a962325845f886e30b4338d
tree850303a70c4a7256184a5a4da9a32ccd780322d1
parentcc4a72de9004e38c2a9e30f97f6d91896aa13155
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