summaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 16:27:21 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:52:51 (GMT)
commit26345552d65f9891879d62b0b0a427716f0e662b (patch)
tree4c8ce8e38164fd812d1504b590493b5211d2003d /common/board_f.c
parentd593c61672eb0fe21380750b3b1a816cea9f86bd (diff)
downloadu-boot-26345552d65f9891879d62b0b0a427716f0e662b.tar.xz
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 <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/board_f.c')
-rw-r--r--common/board_f.c2
1 files changed, 0 insertions, 2 deletions
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.) */