From f4c952bc1fb0ea5832299dc83fd9043ae1ef1879 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 22 Jan 2018 14:32:34 +0800 Subject: [PATCH] rockchip: rk1108: remove rockchip timer for sys timer We use ARM arch timer instead. Change-Id: I834da04f1c7dc6e38ee64b420c66d2ad7d1b65ac Signed-off-by: Kever Yang --- include/configs/rv1108_common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index df6f952b6e..08198f06a3 100644 --- a/include/configs/rv1108_common.h +++ b/include/configs/rv1108_common.h @@ -13,11 +13,6 @@ #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) -/* TIMER1,initialized by ddr initialize code */ -#define CONFIG_SYS_TIMER_BASE 0x10350020 -#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) - #define CONFIG_SYS_SDRAM_BASE 0x60000000 #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_TEXT_BASE CONFIG_SYS_SDRAM_BASE