
24 Oct
2014
24 Oct
'14
9:44 a.m.
Set the CONFIG_MXC_GPT_HCLK configuration in mx6_common.h, so that enable the 24Mhz OSC GPT on all MX6 platforms.
Signed-off-by: Ye.Li B37916@freescale.com --- include/configs/mx6_common.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 135a3f5..e0528ce 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -29,5 +29,6 @@ #endif
#define CONFIG_MP +#define CONFIG_MXC_GPT_HCLK
#endif
--
1.7.4.1