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>
This commit is contained in:
@@ -60,7 +60,7 @@ unsigned long ticks2usec(unsigned long ticks)
|
||||
#endif
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
int init_timebase (void)
|
||||
int timer_init(void)
|
||||
{
|
||||
unsigned long temp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user