X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2FChibiOS.c;h=47e7fc5ddbb531a56faedac20b09bcb0c87e038f;hb=e61638b7320ea32806df3b01d9c20707dfbe9553;hp=cf590b7fefc27ee162866c2a115a9b2d01113740;hpb=bd1502eb0fa6b557a7db9e2d8de12ffdf678545c;p=openocd.git diff --git a/src/rtos/ChibiOS.c b/src/rtos/ChibiOS.c index cf590b7fef..47e7fc5ddb 100644 --- a/src/rtos/ChibiOS.c +++ b/src/rtos/ChibiOS.c @@ -18,7 +18,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 @@ -94,7 +94,7 @@ struct ChibiOS_params { struct ChibiOS_params ChibiOS_params_list[] = { { - "cortex_m3", /* target_name */ + "cortex_m", /* target_name */ 0, NULL, /* stacking_info */ },