In message <[EMAIL PROTECTED]> you wrote:
> When available, use the on-chip syscontrol() rom function to perform a
> system reset rather than our own local method.
...
> -             asm("jump (%0);" : : "a" (bfin_reset));
> +             if (0 /*BOOTROM_CAPS_SYSCONTROL -- current silicon is broken*/)
> +                     syscontrol(SYSCTRL_SOFTRESET, NULL, NULL);
> +             else
> +                     asm("jump (%0);" : : "a" (bfin_reset));
>  }

Your comment suggests you change something, but actually you;re just
adding dead code.

Rejected.

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]
Extreme feminine beauty is always disturbing.
        -- Spock, "The Cloud Minders", stardate 5818.4

-------------------------------------------------------------------------
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
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to