[U-Boot] [PATCH 13/36] rockchip: rk3036: remove sys timer

Kever Yang kever.yang at rock-chips.com
Tue Mar 27 09:29:07 UTC 2018


Use ARM arch timer instead.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

 include/configs/rk3036_common.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h
index c5ec864..8230373 100644
--- a/include/configs/rk3036_common.h
+++ b/include/configs/rk3036_common.h
@@ -14,10 +14,6 @@
 #define CONFIG_SYS_CBSIZE		1024
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
-#define CONFIG_SYS_TIMER_RATE		(24 * 1000 * 1000)
-#define CONFIG_SYS_TIMER_BASE		0x200440a0 /* TIMER5 */
-#define CONFIG_SYS_TIMER_COUNTER	(CONFIG_SYS_TIMER_BASE + 8)
-
 #define CONFIG_SYS_INIT_SP_ADDR		0x60100000
 #define CONFIG_SYS_LOAD_ADDR		0x60800800
 #define CONFIG_SPL_STACK		0x10081fff
-- 
1.9.1



More information about the U-Boot mailing list