rockchip: rk3128: remove rockchip timer as systimer
We use ARM arch timer instead. Change-Id: I4368b30eab5ae61c9dd7a9165859504607fbbfe3 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
085507de5a
commit
0f04a90396
|
|
@ -15,10 +15,6 @@
|
|||
#define CONFIG_SYS_CBSIZE 1024
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
#define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000)
|
||||
#define CONFIG_SYS_TIMER_BASE 0x200440a0 /* TIMER5 */
|
||||
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8)
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x60000000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x60100000
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x60800800
|
||||
|
|
|
|||
Loading…
Reference in New Issue