
27 Mar
2018
27 Mar
'18
1:33 p.m.
hi Kever:
s/rk1108/rv1108
On 2018年03月27日 17:29, Kever Yang wrote:
We use ARM arch timer instead.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
include/configs/rv1108_common.h | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index cd204e9..7a9ec7b 100644 --- a/include/configs/rv1108_common.h +++ b/include/configs/rv1108_common.h @@ -13,11 +13,6 @@ #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) -/* TIMER1,initialized by ddr initialize code */ -#define CONFIG_SYS_TIMER_BASE 0x10350020 -#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8)
- #define CONFIG_SYS_SDRAM_BASE 0x60000000 #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x100000)