diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:23:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 12:31:22 -0400 |
commit | 68994b98fc6606b13fbd1e1d1f2406287fbbd1f8 (patch) | |
tree | 2ec8e695ebadb2ad9a28162a94671bf5c882c834 /include/common.h | |
parent | 6e2941d787819ae1221d7f8295fa67d2ba94a913 (diff) | |
download | u-boot-68994b98fc6606b13fbd1e1d1f2406287fbbd1f8.tar.gz u-boot-68994b98fc6606b13fbd1e1d1f2406287fbbd1f8.tar.xz u-boot-68994b98fc6606b13fbd1e1d1f2406287fbbd1f8.zip |
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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h index ba31727a79..cabb0093bd 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); |