From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Tue, 27 Mar 2018 17:29:12 +0800 Subject: [U-Boot] [PATCH 18/36] rockchip: rk3188: remove rockchip timer as sys timer In-Reply-To: <1522142971-20739-1-git-send-email-kever.yang@rock-chips.com> References: <1522142971-20739-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <1522142971-20739-19-git-send-email-kever.yang@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de We use ARM arch timer instead. Signed-off-by: Kever Yang --- include/configs/rk3188_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 30c150e..7dddf11 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -17,9 +17,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) -#define CONFIG_SYS_TIMER_BASE 0x2000e000 /* TIMER3 */ -#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) #define CONFIG_SYS_TIMER_COUNTS_DOWN #ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM -- 1.9.1