summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:07 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 16:31:22 (GMT)
commit68994b98fc6606b13fbd1e1d1f2406287fbbd1f8 (patch)
tree2ec8e695ebadb2ad9a28162a94671bf5c882c834 /include/common.h
parent6e2941d787819ae1221d7f8295fa67d2ba94a913 (diff)
downloadu-boot-fsl-qoriq-68994b98fc6606b13fbd1e1d1f2406287fbbd1f8.tar.xz
common: freescale: Move arch-specific imx code to arch-imx
These declarations should not be in common.h. Move them to an arch-specific header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h
index ba31727..cabb009 100644
--- a/include/common.h
+++ b/include/common.h
@@ -522,15 +522,6 @@ ulong get_UCLK (void);
#if defined(CONFIG_LH7A40X)
ulong get_PLLCLK (void);
#endif
-#if defined(CONFIG_IMX)
-ulong get_systemPLLCLK(void);
-ulong get_FCLK(void);
-ulong get_HCLK(void);
-ulong get_BCLK(void);
-ulong get_PERCLK1(void);
-ulong get_PERCLK2(void);
-ulong get_PERCLK3(void);
-#endif
ulong get_bus_freq (ulong);
int get_serial_clock(void);