From 26345552d65f9891879d62b0b0a427716f0e662b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:21 -0600 Subject: board_f: Remove sdram_adjust_866() from the init sequence We can just call this from the only function that needs it. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- common/board_f.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/board_f.c') diff --git a/common/board_f.c b/common/board_f.c index 84ffc90..4b5ef1f 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -832,8 +832,6 @@ static const init_fnc_t init_sequence_f[] = { #if defined(CONFIG_8xx_CPUCLK_DEFAULT) /* get CPU and bus clocks according to the environment variable */ get_clocks, - /* adjust sdram refresh rate according to the new clock */ - sdram_adjust_866, init_timebase, #elif defined(CONFIG_PPC) get_clocks, /* get CPU and bus clocks (etc.) */ -- cgit v1.1