diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-06-18 13:01:10 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 09:10:53 -0400 |
commit | 169c3c164f0dd791dfa023ab02c12cb286a72e6e (patch) | |
tree | ce6c3e9942658c8bd32d7a5c7b1ecc7a0543d64a /arch/mips/Kbuild.platforms | |
parent | 5a772eee5544f4f84139868f7cd05806b805610d (diff) |
MIPS: Delete Wind River ppmc eval board support.
This board has been EOL for many years now; lets not burden people doing
build coverage and other tree wide work with working on essentially dead
files.
[ralf@linux-mips.org: Also remove arch/mips/include/asm/mach-wrppmc/war.h.]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Patchwork: http://patchwork.linux-mips.org/patch/5503/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index 4b597d91a8d5..d9d81c219253 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -30,7 +30,6 @@ platforms += sibyte | |||
30 | platforms += sni | 30 | platforms += sni |
31 | platforms += txx9 | 31 | platforms += txx9 |
32 | platforms += vr41xx | 32 | platforms += vr41xx |
33 | platforms += wrppmc | ||
34 | 33 | ||
35 | # include the platform specific files | 34 | # include the platform specific files |
36 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) | 35 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |