summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 16:27:24 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:54:29 (GMT)
commit70e2aaf380ef873901684027ef1082ebd4608785 (patch)
tree90a6e2123d9c526cbd270e44912323809c3f759b /include/common.h
parent1793e78225f619e78b1c3ee9735948869ec7d6ec (diff)
downloadu-boot-70e2aaf380ef873901684027ef1082ebd4608785.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 72f144d..75e70ae 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 *);