rockchip: rk322x: remove use rockchip timer as sys timer
We can use arch timer instead of rockchip timer. Change-Id: I9098f42180515202c39c9fd86299687cb4902ec1 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
8ec3962084
commit
422ee936fd
|
|
@ -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_SPL_FRAMEWORK
|
||||
#define CONFIG_SYS_TEXT_BASE 0x61000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue