summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/ccm-imx31.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/ccm-imx31.h')
-rw-r--r--firmware/target/arm/imx31/ccm-imx31.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/imx31/ccm-imx31.h b/firmware/target/arm/imx31/ccm-imx31.h
index e1057a9618..e95891255d 100644
--- a/firmware/target/arm/imx31/ccm-imx31.h
+++ b/firmware/target/arm/imx31/ccm-imx31.h
@@ -93,9 +93,6 @@ enum IMX31_PLLS
93 NUM_PLLS, 93 NUM_PLLS,
94}; 94};
95 95
96#define CONFIG_CLK32_FREQ 32768
97#define CONFIG_HCLK_FREQ 27000000
98
99/* Get the PLL reference clock frequency in HZ */ 96/* Get the PLL reference clock frequency in HZ */
100unsigned int ccm_get_pll_ref_clk(void); 97unsigned int ccm_get_pll_ref_clk(void);
101 98