mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 23:33:01 +00:00
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>
This commit is contained in:
parent
d593c61672
commit
26345552d6
3 changed files with 16 additions and 19 deletions
|
@ -637,7 +637,6 @@ int serial_stub_tstc(struct stdio_dev *sdev);
|
|||
|
||||
/* $(CPU)/speed.c */
|
||||
int get_clocks (void);
|
||||
int sdram_adjust_866 (void);
|
||||
int adjust_sdram_tbs_8xx (void);
|
||||
#if defined(CONFIG_MPC8260)
|
||||
int prt_8260_clks (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue