]> Git Repo - u-boot.git/commit
board_f: Use timer_init() on all archs
authorSimon Glass <[email protected]>
Tue, 28 Mar 2017 16:27:25 +0000 (10:27 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
common/board_f.c
This page took 0.0315879999999999 seconds and 4 git commands to generate.