On Sat, Jul 19, 2008 at 7:41 PM, Duane Ellis <[EMAIL PROTECTED]> wrote:
> In target.c - the error message is as follows:
>
> if (strcmp(args[2], "reset_halt") == 0)
> {
>    LOG_WARNING("reset_mode argument is deprecated. reset_mode =
> reset_run");
> }
>
> Deprecated means:
>    KEY THING: It still works.
>    And is going away... You have been warned.
>    CHANGE NOW...
>
> This message is *WRONG* and misleading.

Hmm.... how about just issuing a syntax error?

That will point to the line in question and is better(?)
than things appearing to work but not working like they used to?


-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to