diff options
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c index 84ffc90d5a..4b5ef1fae3 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.) */ |