From: Bartlomiej Sieka Date: Tue, 8 May 2007 07:39:12 +0000 (+0200) Subject: [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This X-Git-Tag: v1.3.0-rc1~73^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=06241d50a3ab1b20a0b08baeeaffcaa23ae4b839;p=u-boot [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This eliminates networking problems in Linux (timeouts). --- diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index b1edde8b46..74ba800cbf 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 */