diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-06-21 10:39:58 +0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-06-29 02:32:41 +0400 |
commit | b707ab757e66e05a8447b4efe15733b10659a3dd (patch) | |
tree | 89168327a350a038766e95c911742586c2d62834 /hw | |
parent | 37ed7c4b24f265c2a8c7248666544c9755514ec2 (diff) |
hw/xtensa: remove extraneous xtensa_ prefix from file names
While at it rename lx60 (named after the first board of the family) to
more generic xtfpga (the family name).
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xtensa/Makefile.objs | 4 | ||||
-rw-r--r-- | hw/xtensa/bootparam.h (renamed from hw/xtensa/xtensa_bootparam.h) | 0 | ||||
-rw-r--r-- | hw/xtensa/sim.c (renamed from hw/xtensa/xtensa_sim.c) | 0 | ||||
-rw-r--r-- | hw/xtensa/xtfpga.c (renamed from hw/xtensa/xtensa_lx60.c) | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs index 6ead7820c4..cb77dc3793 100644 --- a/hw/xtensa/Makefile.objs +++ b/hw/xtensa/Makefile.objs @@ -1,3 +1,3 @@ obj-y += pic_cpu.o -obj-y += xtensa_sim.o -obj-y += xtensa_lx60.o +obj-y += sim.o +obj-y += xtfpga.o diff --git a/hw/xtensa/xtensa_bootparam.h b/hw/xtensa/bootparam.h index 38ef32bdb6..38ef32bdb6 100644 --- a/hw/xtensa/xtensa_bootparam.h +++ b/hw/xtensa/bootparam.h diff --git a/hw/xtensa/xtensa_sim.c b/hw/xtensa/sim.c index 89da43c160..89da43c160 100644 --- a/hw/xtensa/xtensa_sim.c +++ b/hw/xtensa/sim.c diff --git a/hw/xtensa/xtensa_lx60.c b/hw/xtensa/xtfpga.c index 183527f6a7..0b8a2eda06 100644 --- a/hw/xtensa/xtensa_lx60.c +++ b/hw/xtensa/xtfpga.c @@ -37,7 +37,7 @@ #include "hw/block/flash.h" #include "sysemu/blockdev.h" #include "sysemu/char.h" -#include "xtensa_bootparam.h" +#include "bootparam.h" typedef struct LxBoardDesc { hwaddr flash_base; |