target/cortex_a: remove unused CORTEX_A15_COMMON_MAGIC
Change-Id: I7dddc6cb7b0ee8aec7164998f1124b522e899f3d Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reported-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7099 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
a895b3b4f8
commit
b5dd6faf8d
|
@ -20,7 +20,6 @@
|
||||||
#include "armv7a.h"
|
#include "armv7a.h"
|
||||||
|
|
||||||
#define CORTEX_A_COMMON_MAGIC 0x411fc082
|
#define CORTEX_A_COMMON_MAGIC 0x411fc082
|
||||||
#define CORTEX_A15_COMMON_MAGIC 0x413fc0f1
|
|
||||||
|
|
||||||
#define CORTEX_A5_PARTNUM 0xc05
|
#define CORTEX_A5_PARTNUM 0xc05
|
||||||
#define CORTEX_A7_PARTNUM 0xc07
|
#define CORTEX_A7_PARTNUM 0xc07
|
||||||
|
|
Loading…
Reference in New Issue