projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd445c
)
eNET: Fix CONFIG_SYS_HZ to be 1000
author
Graeme Russ
<graeme.russ@gmail.com>
Fri, 23 Apr 2010 14:05:52 +0000
(
00:05
+1000)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/include/configs/eNET.h
b/include/configs/eNET.h
index f643f7f07af0283aa51d732ea6717b24a633739e..0bfbd085e822e3adca5b6640e9dedf38f9d2d0a0 100644
(file)
--- 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 10
24
/* incrementer freq: 1kHz */
+#define CONFIG_SYS_HZ 10
00
/* incrementer freq: 1kHz */
/*-----------------------------------------------------------------------
* SDRAM Configuration