summaryrefslogtreecommitdiff
path: root/include/common.h
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 /include/common.h
parentd593c61672eb0fe21380750b3b1a816cea9f86bd (diff)
downloadu-boot-fsl-qoriq-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 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ad8c18c..6e35990 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);