[U-Boot] [PATCH] configs: mx6qsabre_common.h: Use default clock definitions

30 Sep
2012
30 Sep
'12
5:05 p.m.
From: Fabio Estevam fabio.estevam@freescale.com
Since commit 0d4a707f07 (mx5/6: Define default SoC input clock frequencies) we can use the default clock values.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx6qsabre_common.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 1d52b52..247e8d6 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -18,8 +18,6 @@ #define __MX6QSABRE_COMMON_CONFIG_H
#define CONFIG_MX6Q -#define CONFIG_SYS_MX6_HCLK 24000000 -#define CONFIG_SYS_MX6_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO
--
1.7.9.5
4603
Age (days ago)
4603
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fabio Estevam