On 10/26/2011 09:29 PM, chang-ming.hu...@freescale.com wrote: > From: Jerry Huang <chang-ming.hu...@freescale.com> > > This patch: > 1. Support 512MB DDR. > 2. Support 33.33MHz oscillator. > 3. QE clock is changed to 500MHz as the default value. > > The new MPC8360EMDS board changes the oscillator to 33.33MHz in order to > support QE 500MHZ and this new board supports 512MB DDR since 2008, > but the u-boot only supports 256MB DDR and 66.6MHz oscillator on top tree, [snip] > diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h > index 49d64a5..b4b385a 100644 > --- a/include/configs/MPC8360EMDS.h > +++ b/include/configs/MPC8360EMDS.h > @@ -40,13 +40,13 @@ > * System Clock Setup > */ > #ifdef CONFIG_PCISLAVE > -#define CONFIG_83XX_PCICLK 66000000 /* in HZ */ > +#define CONFIG_83XX_PCICLK 33300000 /* in HZ */ > #else > -#define CONFIG_83XX_CLKIN 66000000 /* in Hz */ > +#define CONFIG_83XX_CLKIN 33300000 /* in Hz */ > #endif
Is it 33.33 MHz (as stated in the changelog) or 33.30 MHz (as implemented here)? -Scott _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot