projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86360b
)
Fix 8641HPCN timebase
author
John Traill
<john.traill@freescale.com>
Fri, 28 Jul 2006 07:16:06 +0000
(08:16 +0100)
committer
Jon Loeliger
<jdl@freescale.com>
Fri, 28 Jul 2006 14:54:10 +0000
(09:54 -0500)
include/configs/MPC8641HPCN.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8641HPCN.h
b/include/configs/MPC8641HPCN.h
index 7e91e644b1dfa1bf5b0db839e96469d3bce818b5..15e987139ad47143f1d6e0f41fdba999d29cdf92 100644
(file)
--- a/
include/configs/MPC8641HPCN.h
+++ b/
include/configs/MPC8641HPCN.h
@@
-268,7
+268,7
@@
#define OF_CPU "PowerPC,8641@0"
#define OF_SOC "soc8641@f8000000"
-#define OF_TBCLK (bd->bi_busfreq /
8
)
+#define OF_TBCLK (bd->bi_busfreq /
4
)
#define OF_STDOUT_PATH "/soc8641@f8000000/serial@4500"
#define CFG_64BIT_VSPRINTF 1