mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx: mx6: Enable high frequency clock source for GPT
Set the CONFIG_MXC_GPT_HCLK configuration in mx6_common.h, so that 24Mhz OSC clock source will be selected for GPT on all MX6 platforms. Signed-off-by: Ye.Li <B37916@freescale.com>
This commit is contained in:
parent
0f8ec145ba
commit
f13ac7b2f0
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_MP
|
#define CONFIG_MP
|
||||||
|
#define CONFIG_MXC_GPT_HCLK
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue