diff options
author | Ye.Li <B37916@freescale.com> | 2014-09-18 12:41:53 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-09-18 12:41:53 +0800 |
commit | 031d633aea8a33125f4b9874eb3119e462a8cff4 (patch) | |
tree | 1153a98102d0eb94f48a456c927034a92f6cf046 /include | |
parent | 1e468dfbe7c5ae117482d1dccaff94b8652f32aa (diff) | |
download | u-boot-imx-031d633aea8a33125f4b9874eb3119e462a8cff4.zip u-boot-imx-031d633aea8a33125f4b9874eb3119e462a8cff4.tar.gz u-boot-imx-031d633aea8a33125f4b9874eb3119e462a8cff4.tar.bz2 |
ENGR00331706-5 imx: mx6: Enable 24Mhz OSC for GPT
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>
Diffstat (limited to 'include')
-rw-r--r-- | 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 1a773db..a46124c 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -24,6 +24,7 @@ #define CONFIG_ARM_ERRATA_761320 #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_LDO_BYPASS_CHECK +#define CONFIG_MXC_GPT_HCLK #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 |