]> git.sur5r.net Git - openocd/blobdiff - src/target/target.c
cortex_m: target implementation renames cortex_m3 to cortex_m
[openocd] / src / target / target.c
index 0eb578828e962f99e7d160ff431b2966c14f443d..942dbc1c38c1020fcbeee10fa4e1a5c75466fd0d 100644 (file)
@@ -87,7 +87,7 @@ extern struct target_type fa526_target;
 extern struct target_type feroceon_target;
 extern struct target_type dragonite_target;
 extern struct target_type xscale_target;
-extern struct target_type cortexm3_target;
+extern struct target_type cortexm_target;
 extern struct target_type cortexa8_target;
 extern struct target_type cortexr4_target;
 extern struct target_type arm11_target;
@@ -115,7 +115,7 @@ static struct target_type *target_types[] = {
        &feroceon_target,
        &dragonite_target,
        &xscale_target,
-       &cortexm3_target,
+       &cortexm_target,
        &cortexa8_target,
        &cortexr4_target,
        &arm11_target,