diff options
author | Simon Glass <sjg@chromium.org> | 2017-03-28 10:27:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-05 13:52:52 -0400 |
commit | 75efc34bfa80dff27f98d8ce13237fba4c54ea8f (patch) | |
tree | 004d52e91a07f644ea84901d85d38c0778bb4ae3 /include | |
parent | 26345552d65f9891879d62b0b0a427716f0e662b (diff) | |
download | u-boot-75efc34bfa80dff27f98d8ce13237fba4c54ea8f.zip u-boot-75efc34bfa80dff27f98d8ce13237fba4c54ea8f.tar.gz u-boot-75efc34bfa80dff27f98d8ce13237fba4c54ea8f.tar.bz2 |
board_f: Remove adjust_sdram_tbs_8xx() from the init sequence
We can just call this from the only place that needs it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 6e35990..72f144d 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 adjust_sdram_tbs_8xx (void); #if defined(CONFIG_MPC8260) int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) |