diff options
author | Simon Glass <sjg@chromium.org> | 2017-03-28 10:27:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-05 13:52:51 -0400 |
commit | 26345552d65f9891879d62b0b0a427716f0e662b (patch) | |
tree | 4c8ce8e38164fd812d1504b590493b5211d2003d /common | |
parent | d593c61672eb0fe21380750b3b1a816cea9f86bd (diff) | |
download | u-boot-26345552d65f9891879d62b0b0a427716f0e662b.tar.gz |
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')
-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.) */ |