diff --git a/[refs] b/[refs] index 4f5cbeb27598..f9327b0177ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91598965ecb508dc7bc154ec9d3e35dcadb3fa5f +refs/heads/master: 9ebc2935f346964c34e5f376263c4071f66edcd9 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 2fbce8e25f36..10e8a293a01f 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms # # Wind River PPMC Board (4KC + GT64120) # -core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ +core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 diff --git a/trunk/arch/mips/gt64120/wrppmc/Makefile b/trunk/arch/mips/wrppmc/Makefile similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/Makefile rename to trunk/arch/mips/wrppmc/Makefile diff --git a/trunk/arch/mips/gt64120/wrppmc/irq.c b/trunk/arch/mips/wrppmc/irq.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/irq.c rename to trunk/arch/mips/wrppmc/irq.c diff --git a/trunk/arch/mips/gt64120/wrppmc/pci.c b/trunk/arch/mips/wrppmc/pci.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/pci.c rename to trunk/arch/mips/wrppmc/pci.c diff --git a/trunk/arch/mips/gt64120/wrppmc/reset.c b/trunk/arch/mips/wrppmc/reset.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/reset.c rename to trunk/arch/mips/wrppmc/reset.c diff --git a/trunk/arch/mips/gt64120/wrppmc/serial.c b/trunk/arch/mips/wrppmc/serial.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/serial.c rename to trunk/arch/mips/wrppmc/serial.c diff --git a/trunk/arch/mips/gt64120/wrppmc/setup.c b/trunk/arch/mips/wrppmc/setup.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/setup.c rename to trunk/arch/mips/wrppmc/setup.c diff --git a/trunk/arch/mips/gt64120/wrppmc/time.c b/trunk/arch/mips/wrppmc/time.c similarity index 100% rename from trunk/arch/mips/gt64120/wrppmc/time.c rename to trunk/arch/mips/wrppmc/time.c