rockchip: rk3188: remove rockchip timer as sys timer

We use ARM arch timer instead.

Change-Id: I22267fa4de69d3d9aab01c75d5b60355a79ce49b
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-01-20 22:18:21 +08:00
parent 8c07fb99d9
commit 6c150631d0
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,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 0x2000e000 /* TIMER3 */
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8)
#define CONFIG_SYS_TIMER_COUNTS_DOWN
#ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM