X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2FThreadX.c;h=19dc46360220a113cf96ee8bc6cc270ef4774a54;hb=e1d2abc9ca53d983716ac9dcc481b8130d8e5ca2;hp=571814cb54439cbb40b8c0d6a1ce3dba4dd7ec9b;hpb=08fc7417333dc8ba4dd4ac15776ed2e9ede504bd;p=openocd.git diff --git a/src/rtos/ThreadX.c b/src/rtos/ThreadX.c index 571814cb54..19dc463602 100644 --- a/src/rtos/ThreadX.c +++ b/src/rtos/ThreadX.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -73,7 +73,7 @@ struct ThreadX_params { const struct ThreadX_params ThreadX_params_list[] = { { - "cortex_m3", /* target_name */ + "cortex_m", /* target_name */ 4, /* pointer_width; */ 8, /* thread_stack_offset; */ 40, /* thread_name_offset; */