On Friday 30 May 2008, Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you
> wrote: ...
>
> > -   while (!gpio_read_in_bit(CFG_GPIO_DSPIC_READY) && reg++ < 1000) {
> > +   while (gpio_read_in_bit(CFG_GPIO_DSPIC_READY) && reg++ < 1000) {
> >             udelay(1000);
> >     }
> > -   gpio_write_bit(CFG_GPIO_HIGHSIDE, 0);
> >     if (gpio_read_in_bit(CFG_GPIO_DSPIC_READY)) {
> >             /* set "boot error" flag */
> >             out_be32((void *)CFG_DSPIC_TEST_ADDR,
> >                     in_be32((void *)CFG_DSPIC_TEST_ADDR) |
> >                     CFG_DSPIC_TEST_MASK);
> > +   } else {
> > +           /* dspic ready - disable LSB transmitter */
> > +           gpio_write_bit(CFG_GPIO_HIGHSIDE, 0);
>
> Description and patch don't match. Please fix.

Sascha, any updates here?

Thanks.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]
=====================================================================

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to