Parcourir la source

Fix 8641HPCN timebase

John Traill il y a 19 ans
Parent
commit
515ab8a62e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/configs/MPC8641HPCN.h

+ 1 - 1
include/configs/MPC8641HPCN.h

@@ -268,7 +268,7 @@
 
 
 #define OF_CPU		"PowerPC,8641@0"
 #define OF_CPU		"PowerPC,8641@0"
 #define OF_SOC		"soc8641@f8000000"
 #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 OF_STDOUT_PATH	"/soc8641@f8000000/serial@4500"
 
 
 #define CFG_64BIT_VSPRINTF	1
 #define CFG_64BIT_VSPRINTF	1