[U-Boot-Users] [PATCH] One more patch for the sequoia --- This time to get a fater EBC on newer 666.66 MHz processors

Wolfgang Denk wd at denx.de
Tue May 8 20:56:12 CEST 2007


Dear Jeff,

in message <1628E43D99629C46988BE46087A3FBB997B646 at ep-01.EmbeddedPlanet.local> you wrote:
>
> Stefan: how's my formating this time?

Ba, as indentation has to be done by TAB characters (multiple of 8
columns):

> --- a/board/amcc/sequoia/sequoia.c
> +++ b/board/amcc/sequoia/sequoia.c
> @@ -132,6 +132,12 @@ int board_early_init_f(void)
>    (0x80000000 >> (28 + CFG_NAND_CS));
>   mtsdr(SDR0_CUST0, sdr0_cust0);
>  
> + /* Update EBC speed after booting from i2c bootstrap settings *
> +  * on newer boards with 33.333 MHZ Clocks                     */
> + if (in8(CFG_BCSR_BASE + 3) & 0x80) {
> +  mtdcr(0xc, 0xe0);
> +  mtdcr(0xd, 0x02000000);
> + }
>   return 0;

Seems your whole formatting has been corrupted; this patch  does  not
apply.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,    CEO: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is surely a great calamity for  a  human  being  to  have  no  ob-
sessions.                                                - Robert Bly




More information about the U-Boot mailing list