From 68994b98fc6606b13fbd1e1d1f2406287fbbd1f8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:23:07 -0600 Subject: 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 --- include/common.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index ba31727a797..cabb0093bd0 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); -- cgit v1.2.3