[U-Boot] [PATCH 23/36] rockchip: rk3288: remove rockchip timer for sys timer

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


Use ARM arch timer instead

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

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

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 44d5c2a..8d0a0f9 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -15,10 +15,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		0xff810020 /* TIMER7 */
-#define CONFIG_SYS_TIMER_COUNTER	(CONFIG_SYS_TIMER_BASE + 8)
-
 #ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM
 /* Bootrom will load u-boot binary to 0x0 once return from SPL */
 #endif
-- 
1.9.1



More information about the U-Boot mailing list