rockchip: rk3066: remove rockchip timer as systimer

We are going to use ARM arch timer.

Change-Id: If2fde02a06f59fe9e0102f5b141858f02b9c3b9e
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-01-20 22:15:07 +08:00
parent 537cfed286
commit 60c204703f
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
#define SDRAM_BANK_SIZE (1024UL << 20UL)
#define SDRAM_MAX_SIZE CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE
#define CONFIG_SYS_TIMER_RATE 24000000
#define CONFIG_SYS_TIMER_BASE 0x20038000
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 4)
#define CONFIG_SYS_TIMER_COUNTS_DOWN
#define CONFIG_SYS_TEXT_BASE 0x60408000