summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:08 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 16:31:22 (GMT)
commit1c16d2e2482dd4a3991bc992d160043b257b3530 (patch)
tree8fba281df86ef0207d90811d9cf9eafd276e2a47 /include/common.h
parent68994b98fc6606b13fbd1e1d1f2406287fbbd1f8 (diff)
downloadu-boot-1c16d2e2482dd4a3991bc992d160043b257b3530.tar.xz
common: ep93xx: Move arch-specific declarations out of common
These declarations should not be in common. Remove those that are not needed and move the others to an arch-specific location. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/common.h b/include/common.h
index cabb009..19839b6 100644
--- a/include/common.h
+++ b/include/common.h
@@ -512,16 +512,6 @@ int serial_stub_tstc(struct stdio_dev *sdev);
/* $(CPU)/speed.c */
int get_clocks (void);
-#if defined(CONFIG_LH7A40X) || \
- defined(CONFIG_EP93XX)
-ulong get_FCLK (void);
-ulong get_HCLK (void);
-ulong get_PCLK (void);
-ulong get_UCLK (void);
-#endif
-#if defined(CONFIG_LH7A40X)
-ulong get_PLLCLK (void);
-#endif
ulong get_bus_freq (ulong);
int get_serial_clock(void);