diff options
author | John Traill <john.traill@freescale.com> | 2006-07-28 08:16:06 +0100 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-28 09:54:10 -0500 |
commit | 515ab8a62e8574e2babc6e8dcc43544ad221c5b2 (patch) | |
tree | 30744990514f12adafe10bf28c650eda3325e757 /include | |
parent | c86360b830f1eecd7a72208575dde4f57879faea (diff) | |
download | u-boot-imx-515ab8a62e8574e2babc6e8dcc43544ad221c5b2.zip u-boot-imx-515ab8a62e8574e2babc6e8dcc43544ad221c5b2.tar.gz u-boot-imx-515ab8a62e8574e2babc6e8dcc43544ad221c5b2.tar.bz2 |
Fix 8641HPCN timebase
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |