projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0cfdd
)
mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
author
Anton Vorontsov
<avorontsov@ru.mvista.com>
Mon, 24 Mar 2008 17:47:05 +0000
(20:47 +0300)
committer
Kim Phillips
<kim.phillips@freescale.com>
Wed, 26 Mar 2008 00:16:47 +0000
(19:16 -0500)
At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
This patch fixes "system time drifting" problem.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
include/configs/MPC8360ERDK.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8360ERDK.h
b/include/configs/MPC8360ERDK.h
index
da9f4b6
..
a4f6af6
100644
(file)
--- a/
include/configs/MPC8360ERDK.h
+++ b/
include/configs/MPC8360ERDK.h
@@
-30,8
+30,8
@@
* System Clock Setup
*/
#ifdef CONFIG_CLKIN_33MHZ
-#define CONFIG_83XX_CLKIN 33
000000
-#define CONFIG_SYS_CLK_FREQ 33
000000
+#define CONFIG_83XX_CLKIN 33
333333
+#define CONFIG_SYS_CLK_FREQ 33
333333
#define PCI_33M 1
#define HRCWL_CSB_TO_CLKIN_MPC8360ERDK HRCWL_CSB_TO_CLKIN_10X1
#else