X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2FeCos.c;h=f2c7f712688eb84eb779221f1d546124fba459b5;hp=6a0ed4ec0619bae71c0c5cbac1ce30ab88f68fbc;hb=b7d2cdc0d4fc319169c60362708a67e2ff626525;hpb=564a5eb5375aa8117ee4fe48899f07490da8ae8a 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; */