Skip to content
Snippets Groups Projects
Commit 4f197c30 authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

eNET: Fix CONFIG_SYS_HZ to be 1000


The clock interupt has always been 1kHz as per timer_init() in
/arch/i386/cpu/sc520/sc520_timer.c

Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
parent 6fd445c3
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ #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 * SDRAM Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment