diff options
Diffstat (limited to 'include/configs/vcoreiii.h')
-rw-r--r-- | include/configs/vcoreiii.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/vcoreiii.h b/include/configs/vcoreiii.h index 5c5036b8be6..02ddc6fb6e0 100644 --- a/include/configs/vcoreiii.h +++ b/include/configs/vcoreiii.h @@ -12,11 +12,6 @@ #define CONFIG_SYS_INIT_SP_OFFSET 0x400000 -#if defined(CONFIG_SOC_LUTON) || defined(CONFIG_SOC_SERVAL) -#define CONFIG_SYS_MIPS_TIMER_FREQ 208333333 -#else -#define CONFIG_SYS_MIPS_TIMER_FREQ 250000000 -#endif #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_MIPS_TIMER_FREQ #define CONFIG_SYS_SDRAM_BASE 0x80000000 |