From d2c2003a720ab3e4bf877d61d70395ee68373145 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:50 +0100 Subject: [PATCH] --- yaml --- r: 204506 b: refs/heads/master c: 9ebc2935f346964c34e5f376263c4071f66edcd9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 2 +- trunk/arch/mips/{gt64120 => }/wrppmc/Makefile | 0 trunk/arch/mips/{gt64120 => }/wrppmc/irq.c | 0 trunk/arch/mips/{gt64120 => }/wrppmc/pci.c | 0 trunk/arch/mips/{gt64120 => }/wrppmc/reset.c | 0 trunk/arch/mips/{gt64120 => }/wrppmc/serial.c | 0 trunk/arch/mips/{gt64120 => }/wrppmc/setup.c | 0 trunk/arch/mips/{gt64120 => }/wrppmc/time.c | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/mips/{gt64120 => }/wrppmc/Makefile (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/irq.c (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/pci.c (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/reset.c (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/serial.c (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/setup.c (100%) rename trunk/arch/mips/{gt64120 => }/wrppmc/time.c (100%) 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