diff --git a/include/configs/rk3066_common.h b/include/configs/rk3066_common.h index 8d5f13b35f..aacd0facad 100644 --- a/include/configs/rk3066_common.h +++ b/include/configs/rk3066_common.h @@ -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