cortex_a: rename cortex_a8.c/h to cortex_a.c/h

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2011-03-22 11:29:10 +01:00
parent a843789ede
commit dec80e1cff
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ ARMV7_SRC = \
armv7m.c \
cortex_m3.c \
armv7a.c \
cortex_a8.c
cortex_a.c
ARM_DEBUG_SRC = \
arm_dpm.c \
@ -135,7 +135,7 @@ noinst_HEADERS = \
dsp563xx_once.h \
breakpoints.h \
cortex_m3.h \
cortex_a8.h \
cortex_a.h \
embeddedice.h \
etb.h \
etm.h \

View File

@ -38,7 +38,7 @@
#endif
#include "breakpoints.h"
#include "cortex_a8.h"
#include "cortex_a.h"
#include "register.h"
#include "target_request.h"
#include "target_type.h"