X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fnios2-generic.h;h=1578b010b94a36dc6cd768bef26a3ff14521c579;hp=3e18357ee76f678806beae3702ee8f2cfa30919a;hb=f232950f82d11d411ad29663d98851ac02fd29fb;hpb=cdb23792e864153b0c2b943bf011f10c7ba190e1 diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 3e18357ee7..1578b010b9 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -39,7 +39,6 @@ #define CONFIG_SYS_LOW_RES_TIMER #define CONFIG_SYS_NIOS_TMRBASE CONFIG_SYS_TIMER_BASE #define CONFIG_SYS_NIOS_TMRIRQ CONFIG_SYS_TIMER_IRQ -#define CONFIG_SYS_HZ 1000 /* Always 1000 */ #define CONFIG_SYS_NIOS_TMRMS 10 /* Desired period (msec)*/ #define CONFIG_SYS_NIOS_TMRCNT \ (CONFIG_SYS_NIOS_TMRMS * (CONFIG_SYS_TIMER_FREQ / 1000) - 1)