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.



_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to