diff options
author | Simon Glass | 2017-03-28 10:27:24 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-05 13:54:29 -0400 |
commit | 70e2aaf380ef873901684027ef1082ebd4608785 (patch) | |
tree | 90a6e2123d9c526cbd270e44912323809c3f759b /include/common.h | |
parent | 1793e78225f619e78b1c3ee9735948869ec7d6ec (diff) |
board_f: powerpc: Use timer_init() instead of init_timebase()
There is no good reason to use a different name on PowerPC. Change it to
timer_init() like the others.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 72f144d549c..75e70ae8ea8 100644 --- a/include/common.h +++ b/include/common.h @@ -780,7 +780,6 @@ void wait_ticks (unsigned long); /* arch/$(ARCH)/lib/time.c */ ulong usec2ticks (unsigned long usec); ulong ticks2usec (unsigned long ticks); -int init_timebase (void); /* lib/gunzip.c */ int gunzip(void *, int, unsigned char *, unsigned long *); |