summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 16:27:20 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:52:50 (GMT)
commitd593c61672eb0fe21380750b3b1a816cea9f86bd (patch)
tree7fa27eff4766f35eab3491f719f6a1c7ad46da4b /include/common.h
parentc252c06857b8ed73284ea526f5b1260f32ea166a (diff)
downloadu-boot-fsl-qoriq-d593c61672eb0fe21380750b3b1a816cea9f86bd.tar.xz
board_f: powerpc: Rename get_clocks_866() to get_clocks()
We really don't need to have a name like this in the generic init sequence. Use the generic get_clocks() name so that we can merge these two at some point. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com> 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 5f5c0f4..ad8c18c 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 get_clocks_866 (void);
int sdram_adjust_866 (void);
int adjust_sdram_tbs_8xx (void);
#if defined(CONFIG_MPC8260)