[U-Boot] [RFC][PATCH 18/21] [eNET] Fix CONFIG_SYS_HZ to be 1000

Graeme Russ graeme.russ at gmail.com
Thu Mar 25 12:23:00 CET 2010


The clock interupt has always been 1kHz as per timer_init() in
/cpu/i386/sc520/sc520_timer.c
---
 include/configs/eNET.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index 58f63f8..19a81b8 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -139,7 +139,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
-- 
1.7.0.2.182.ge007



More information about the U-Boot mailing list