OSDN Git Service

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 6ead782..cb77dc3 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 183527f..0b8a2ed 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;