]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_a.c
gdb: add default description reg types
[openocd] / src / target / cortex_a.c
index c91da3bc7d731ec68d073ba5b661e0e668c8052b..4649f6c7da544f9ee5f77e00c075b6e8a3a99b47 100644 (file)
@@ -2764,8 +2764,6 @@ struct target_type cortexa8_target = {
        .poll = cortex_a8_poll,
        .arch_state = armv7a_arch_state,
 
-       .target_request_data = NULL,
-
        .halt = cortex_a8_halt,
        .resume = cortex_a8_resume,
        .step = cortex_a8_step,
@@ -2843,8 +2841,6 @@ struct target_type cortexr4_target = {
        .poll = cortex_a8_poll,
        .arch_state = armv7a_arch_state,
 
-       .target_request_data = NULL,
-
        .halt = cortex_a8_halt,
        .resume = cortex_a8_resume,
        .step = cortex_a8_step,