diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2007-05-08 09:39:12 +0200 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2007-05-08 09:39:12 +0200 |
commit | 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839 (patch) | |
tree | c323757e7ccdbaf82d0b37e6f0f4c5c4962cb131 /include/configs | |
parent | 1f1369c34b629be94702684d41d3fddf0f6193e7 (diff) | |
download | u-boot-imx-06241d50a3ab1b20a0b08baeeaffcaa23ae4b839.zip u-boot-imx-06241d50a3ab1b20a0b08baeeaffcaa23ae4b839.tar.gz u-boot-imx-06241d50a3ab1b20a0b08baeeaffcaa23ae4b839.tar.bz2 |
[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
eliminates networking problems in Linux (timeouts).
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/motionpro.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index b1edde8..74ba800 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -147,6 +147,13 @@ */ #define CFG_MPC5XXX_CLKIN 25000000 + +/* + * Set IPB speed to 100MHz (yes, the #define is misnamed) + */ +#define CFG_IPBSPEED_133 + + /* * Memory map */ |