rk3026: rk_timer: fix timer base define

This commit is contained in:
黄涛
2013-07-31 11:38:19 +08:00
parent e506d4a82e
commit 3ca420b9ca

View File

@@ -7,7 +7,7 @@
#include <mach/irqs.h>
#define TIMER_NAME "rk_timer"
#define BASE RK2928_TIMER0_PHYS
#define BASE RK2928_TIMER0_BASE
#define OFFSET 0x20
static struct resource rk_timer_resources[] __initdata = {