From: John Traill Date: Fri, 28 Jul 2006 07:16:06 +0000 (+0100) Subject: Fix 8641HPCN timebase X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=515ab8a62e8574e2babc6e8dcc43544ad221c5b2;p=project%2Fbcm63xx%2Fu-boot.git Fix 8641HPCN timebase --- diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 7e91e644b1..15e987139a 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