From ab04054274c415eccbdec8c681295a2d6550e49f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:51 +0100 Subject: [PATCH] --- yaml --- r: 204507 b: refs/heads/master c: f70a974dd04619575723331a4f767254b76e3c8e h: refs/heads/master i: 204505: 80a59e30e6327373d1fb42c107e4f78509999c1a 204503: 00f425fabcafb6cafda8cfbf5ea4590a0f830169 v: v3 --- [refs] | 2 +- trunk/arch/mips/Kbuild.platforms | 1 + trunk/arch/mips/Makefile | 7 ------- trunk/arch/mips/wrppmc/Makefile | 4 +--- trunk/arch/mips/wrppmc/Platform | 7 +++++++ 5 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 trunk/arch/mips/wrppmc/Platform diff --git a/[refs] b/[refs] index f9327b0177ed..f0f5d3f76722 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ebc2935f346964c34e5f376263c4071f66edcd9 +refs/heads/master: f70a974dd04619575723331a4f767254b76e3c8e diff --git a/trunk/arch/mips/Kbuild.platforms b/trunk/arch/mips/Kbuild.platforms index 61f150bf8907..ad35f7bb8cd0 100644 --- a/trunk/arch/mips/Kbuild.platforms +++ b/trunk/arch/mips/Kbuild.platforms @@ -15,6 +15,7 @@ platforms += sgi-ip27 platforms += sgi-ip32 platforms += sni platforms += vr41xx +platforms += wrppmc # include the platform specific files include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 10e8a293a01f..ff681502f6df 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -191,13 +191,6 @@ endif # include $(srctree)/arch/mips/Kbuild.platforms -# -# Wind River PPMC Board (4KC + GT64120) -# -core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ -cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc -load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 - # # LASAT platforms # diff --git a/trunk/arch/mips/wrppmc/Makefile b/trunk/arch/mips/wrppmc/Makefile index b49d282bee8a..307cc6920ce6 100644 --- a/trunk/arch/mips/wrppmc/Makefile +++ b/trunk/arch/mips/wrppmc/Makefile @@ -6,9 +6,7 @@ # Copyright 2006 Wind River System, Inc. # Author: Rongkai.Zhan # -# Makefile for the Wind River MIPS 4KC PPMC Eval Board +# Makefile for the Wind River MIPS 4Kc PPMC Eval Board # obj-y += irq.o pci.o reset.o serial.o setup.o time.o - -EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/mips/wrppmc/Platform b/trunk/arch/mips/wrppmc/Platform new file mode 100644 index 000000000000..e758645e9681 --- /dev/null +++ b/trunk/arch/mips/wrppmc/Platform @@ -0,0 +1,7 @@ +# +# Wind River PPMC Board (4KC + GT64120) +# +platform-$(CONFIG_WR_PPMC) += wrppmc/ +cflags-$(CONFIG_WR_PPMC) += \ + -I$(srctree)/arch/mips/include/asm/mach-wrppmc +load-$(CONFIG_WR_PPMC) += 0xffffffff80100000