X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2FeCos.c;h=f2c7f712688eb84eb779221f1d546124fba459b5;hb=cf8a3c3d7075abad3c88cd604f8add4d06898abc;hp=6a0ed4ec0619bae71c0c5cbac1ce30ab88f68fbc;hpb=08fc7417333dc8ba4dd4ac15776ed2e9ede504bd;p=openocd.git diff --git a/src/rtos/eCos.c b/src/rtos/eCos.c index 6a0ed4ec06..f2c7f71268 100644 --- a/src/rtos/eCos.c +++ b/src/rtos/eCos.c @@ -64,7 +64,7 @@ struct eCos_params { const struct eCos_params eCos_params_list[] = { { - "cortex_m3", /* target_name */ + "cortex_m", /* target_name */ 4, /* pointer_width; */ 0x0c, /* thread_stack_offset; */ 0x9c, /* thread_name_offset; */