diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 17:52:12 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:07:29 +0800 |
commit | 1c27c9ecf80b3cc63a7c9751ebfd11755f847b1d (patch) | |
tree | 4df0f026e4cdac16fea9e717cb9d00083f21eeb4 /include | |
parent | 419fad166eb5955a487f6aa39e22403dfb5ea3cd (diff) | |
download | u-boot-imx-1c27c9ecf80b3cc63a7c9751ebfd11755f847b1d.zip u-boot-imx-1c27c9ecf80b3cc63a7c9751ebfd11755f847b1d.tar.gz u-boot-imx-1c27c9ecf80b3cc63a7c9751ebfd11755f847b1d.tar.bz2 |
MLK-12557 mx6ul: Enable syscounter as default timer
Use syscounter for i.MX6UL platform as default timer, not use gpt
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 0ffc2ce..a228618 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -20,6 +20,10 @@ #endif #define CONFIG_MP +#define CONFIG_GPT_TIMER +#else +#define CONFIG_SYSCOUNTER_TIMER +#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */ #endif #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_MXC_GPT_HCLK |