diff options
author | wdenk <wdenk> | 2004-09-28 17:59:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-28 17:59:53 +0000 |
commit | 66ca92a5ba882807ba8ed8f772c0fc22b25976cc (patch) | |
tree | 45f62d161cf60f9b5be79427073c979d99a41be2 /include/configs/TQM866M.h | |
parent | 4ec3a7f0fdbad19ad4fa0172b97451b98e82316a (diff) |
* Patch by Yuli Barcohen, 13 Jul 2004:
Allow clock setting on MPC866/MPC885 series chips according to
environment variable `cpuclk'
* Patch by Yuli Barcohen, 20 Apr 2004:
Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
Diffstat (limited to 'include/configs/TQM866M.h')
-rw-r--r-- | include/configs/TQM866M.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h index 713cc407591..23281183303 100644 --- a/include/configs/TQM866M.h +++ b/include/configs/TQM866M.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000-2003 + * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this @@ -36,10 +36,10 @@ #define CONFIG_MPC866 1 /* This is a MPC866 CPU */ #define CONFIG_TQM866M 1 /* ...on a TQM8xxM module */ -#define CFG_866_OSCCLK 10000000 /* 10 MHz - PLL input clock */ -#define CFG_866_CPUCLK_MIN 15000000 /* 15 MHz - CPU minimum clock */ -#define CFG_866_CPUCLK_MAX 133000000 /* 133 MHz - CPU maximum clock */ -#define CFG_866_CPUCLK_DEFAULT 50000000 /* 50 MHz - CPU default clock */ +#define CONFIG_8xx_OSCLK 10000000 /* 10 MHz - PLL input clock */ +#define CFG_8xx_CPUCLK_MIN 15000000 /* 15 MHz - CPU minimum clock */ +#define CFG_8xx_CPUCLK_MAX 133000000 /* 133 MHz - CPU maximum clock */ +#define CONFIG_8xx_CPUCLK_DEFAULT 50000000 /* 50 MHz - CPU default clock */ /* (it will be used if there is no */ /* 'cpuclk' variable with valid value) */ @@ -404,12 +404,12 @@ * 4 Number of refresh cycles per period * 64 Refresh cycle in ms per number of rows */ -#define CFG_866_PTA_PER_CLK ((4096 * 64 * 1000) / (4 * 64)) +#define CFG_PTA_PER_CLK ((4096 * 64 * 1000) / (4 * 64)) /* * Memory Periodic Timer Prescaler * Periodic timer for refresh, start with refresh rate for 40 MHz clock - * (CFG_866_CPUCLK_MIN / CFG_866_PTA_PER_CLK) + * (CFG_8xx_CPUCLK_MIN / CFG_PTA_PER_CLK) */ #define CFG_MAMR_PTA 39 |