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.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: 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: [EMAIL PROTECTED]
: ... and it's got weird formatting - Notepad, Write, Works 3 can't
: decipher it, and it's too big to go in DOS Edit. Help!
Install an operating system. :-) -- Tom Christiansen
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users