]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_a.c
targets: fix target_type name for Cortex-A targets
[openocd] / src / target / cortex_a.c
index 2b5510f57f939d601471f4973b70bc1f27ce7b3c..7788ada6fef2c5efd88190b62ba5c24f10202639 100644 (file)
@@ -2756,7 +2756,8 @@ static const struct command_registration cortex_a8_command_handlers[] = {
 };
 
 struct target_type cortexa8_target = {
-       .name = "cortex_a8",
+       .name = "cortex_a",
+       .deprecated_name = "cortex_a8",
 
        .poll = cortex_a8_poll,
        .arch_state = armv7a_arch_state,