From 1c27c9ecf80b3cc63a7c9751ebfd11755f847b1d Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 14 Mar 2016 17:52:12 +0800 Subject: 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 --- include/configs/mx6_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.1