]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
eNET: Fix CONFIG_SYS_HZ to be 1000
authorGraeme Russ <graeme.russ@gmail.com>
Fri, 23 Apr 2010 14:05:52 +0000 (00:05 +1000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 May 2010 22:18:25 +0000 (00:18 +0200)
The clock interupt has always been 1kHz as per timer_init() in
/arch/i386/cpu/sc520/sc520_timer.c

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
include/configs/eNET.h

index f643f7f07af0283aa51d732ea6717b24a633739e..0bfbd085e822e3adca5b6640e9dedf38f9d2d0a0 100644 (file)
 
 #define        CONFIG_SYS_LOAD_ADDR            0x100000        /* default load address */
 
-#define        CONFIG_SYS_HZ                   1024            /* incrementer freq: 1kHz */
+#define        CONFIG_SYS_HZ                   1000            /* incrementer freq: 1kHz */
 
 /*-----------------------------------------------------------------------
  * SDRAM Configuration