From 75efc34bfa80dff27f98d8ce13237fba4c54ea8f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:22 -0600 Subject: board_f: Remove adjust_sdram_tbs_8xx() from the init sequence We can just call this from the only place that needs it. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- common/board_f.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/board_f.c b/common/board_f.c index 4b5ef1fae38..0c19742214e 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -835,10 +835,6 @@ static const init_fnc_t init_sequence_f[] = { init_timebase, #elif defined(CONFIG_PPC) get_clocks, /* get CPU and bus clocks (etc.) */ -#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) \ - && !defined(CONFIG_TQM885D) - adjust_sdram_tbs_8xx, -#endif /* TODO: can we rename this to timer_init()? */ init_timebase, #endif /* CONFIG_8xx_CPUCLK_DEFAULT */ -- cgit v1.3.1