cortex_a: Add Cortex-A5 identification
Add Cortex-A5 identification to ROM-table display, and also to cortex_a_init_debug_access. This change is mostly cosmetic. Change-Id: I7b1dd8755d70d45eb5f315aa1918d44a813b3cdf Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Reviewed-on: http://openocd.zylin.com/2483 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
3f9f7de7b0
commit
6e32887f91
@@ -225,6 +225,7 @@ static int cortex_a_init_debug_access(struct target *target)
|
||||
0);
|
||||
break;
|
||||
|
||||
case CORTEX_A5_PARTNUM:
|
||||
case CORTEX_A8_PARTNUM:
|
||||
case CORTEX_A9_PARTNUM:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user