commit | 08f14a7faf912f3908b4395b806ae1e790f3e225 | [log] [tgz] |
---|---|---|
author | John Traill <john.traill@freescale.com> | Fri Jul 28 08:16:06 2006 +0100 |
committer | Jon Loeliger <jdl@freescale.com> | Fri Jul 28 09:54:10 2006 -0500 |
tree | 30744990514f12adafe10bf28c650eda3325e757 | |
parent | 5f5fa75be092122bdb879de0f57b3a3156a4850e [diff] |
Fix 8641HPCN timebase
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 7e91e64..15e9871 100644 --- 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