summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:33 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:33 +0200
commit9fe933fce23a8d376ae8025be1094e89d77f84fe (patch)
treea74787324f6f2872030101e95c930fd0d5bb6b3f /include/common.h
parenta5bf47e33a17e9131dc7bcdbd1b449292b00a81d (diff)
downloadbarebox-9fe933fce23a8d376ae8025be1094e89d77f84fe.tar.gz
barebox-9fe933fce23a8d376ae8025be1094e89d77f84fe.tar.xz
svn_rev_208
move imx specific things to extra header file
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 41c1c18ee3..c45850169d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -458,15 +458,6 @@ ulong get_PLLCLK (void);
#if defined CONFIG_INCA_IP
uint incaip_get_cpuclk (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);
#if defined(CONFIG_MPC85xx)