Browse Source

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

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.5.0-rc1
Øyvind Harboe 12 years ago
parent
commit
dec80e1cff
3 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/target/Makefile.am
  2. +1
    -1
      src/target/cortex_a.c
  3. +0
    -0
      src/target/cortex_a.h

+ 2
- 2
src/target/Makefile.am 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 \


src/target/cortex_a8.c → src/target/cortex_a.c 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"

src/target/cortex_a8.h → src/target/cortex_a.h View File


Loading…
Cancel
Save