diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-09-24 09:48:53 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-25 16:04:54 +0200 |
commit | b30fdd6f7395b0cae748396ac5f857f16bb0385d (patch) | |
tree | 3556c0a2089a348ceaaff09a8fa780125344bb20 /arch/mips/mipssim/Platform | |
parent | b1c561845dc969ab05cb080a6abb0d394d52d8c1 (diff) | |
download | op-kernel-dev-b30fdd6f7395b0cae748396ac5f857f16bb0385d.zip op-kernel-dev-b30fdd6f7395b0cae748396ac5f857f16bb0385d.tar.gz |
MIPS: MIPSsim: Remove the MIPSsim platform.
The MIPSsim platform is no longer supported or used.
[ralf@linux-mips.org: Also remove mipssim from arch/mips/Kbuild.platforms
and delete arch/mips/include/asm/mach-mipssim/*.]
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4350/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mipssim/Platform')
-rw-r--r-- | arch/mips/mipssim/Platform | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/mipssim/Platform b/arch/mips/mipssim/Platform deleted file mode 100644 index 3df60b8..0000000 --- a/arch/mips/mipssim/Platform +++ /dev/null @@ -1,6 +0,0 @@ -# -# MIPS SIM -# -platform-$(CONFIG_MIPS_SIM) += mipssim/ -cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim -load-$(CONFIG_MIPS_SIM) += 0x80100000 |