summaryrefslogtreecommitdiffstats
path: root/include/configs/eNET.h
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-04-24 00:05:52 +1000
committerWolfgang Denk <wd@denx.de>2010-05-06 00:18:25 +0200
commit4f197c30e5cb3005909402b7fc630cb092eef02f (patch)
tree4033601fd7984acb985ca43ff3b1fd1693b29f4f /include/configs/eNET.h
parent6fd445c32860bb06e9a68b516845a1bbf7c37889 (diff)
downloadtalos-obmc-uboot-4f197c30e5cb3005909402b7fc630cb092eef02f.tar.gz
talos-obmc-uboot-4f197c30e5cb3005909402b7fc630cb092eef02f.zip
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: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs/eNET.h')
-rw-r--r--include/configs/eNET.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index f643f7f07a..0bfbd085e8 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -140,7 +140,7 @@
#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
OpenPOWER on IntegriCloud