]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/xtensa: remove extraneous xtensa_ prefix from file names
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 21 Jun 2014 06:39:58 +0000 (10:39 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 28 Jun 2014 22:32:41 +0000 (02:32 +0400)
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>
hw/xtensa/Makefile.objs
hw/xtensa/bootparam.h [moved from hw/xtensa/xtensa_bootparam.h with 100% similarity]
hw/xtensa/sim.c [moved from hw/xtensa/xtensa_sim.c with 100% similarity]
hw/xtensa/xtfpga.c [moved from hw/xtensa/xtensa_lx60.c with 99% similarity]

index 6ead7820c45ddb825b816ee87c1257fcaf2c9b05..cb77dc3793accce9f6dfe91f8458ec139299a070 100644 (file)
@@ -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
similarity index 100%
rename from hw/xtensa/xtensa_sim.c
rename to hw/xtensa/sim.c
similarity index 99%
rename from hw/xtensa/xtensa_lx60.c
rename to hw/xtensa/xtfpga.c
index 183527f6a7c5fbeef75053818b0cb0c3a2595943..0b8a2eda06e866553a6af94b6211ed47be13db85 100644 (file)
@@ -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;