[U-Boot] [PATCH 08/36] rockchip: rk322x: remove use rockchip timer as sys timer
Kever Yang
kever.yang at rock-chips.com
Tue Mar 27 09:29:02 UTC 2018
We can use arch timer instead of rockchip timer.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
include/configs/rk322x_common.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index 832f037..29e222a 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -14,9 +14,6 @@
#define CONFIG_SYS_CBSIZE 1024
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
-#define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000)
-#define CONFIG_SYS_TIMER_BASE 0x110c00a0 /* TIMER5 */
-#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8)
#define CONFIG_SYS_INIT_SP_ADDR 0x60100000
#define CONFIG_SYS_LOAD_ADDR 0x60800800
--
1.9.1
More information about the U-Boot
mailing list