summaryrefslogtreecommitdiffstats
path: root/arch/mips/pmc-sierra/Platform
diff options
context:
space:
mode:
authorShane McDonald2010-06-03 12:34:06 +0200
committerRalf Baechle2010-08-05 14:25:48 +0200
commit82baa6b0829b810329dd72a31cd5721cba05488a (patch)
treec86667dfe8c9c7e58a2cb468063ec65773a32eb3 /arch/mips/pmc-sierra/Platform
parentMIPS: Move VR41xx Makefile parts to their own Platform file (diff)
downloadkernel-qcow2-linux-82baa6b0829b810329dd72a31cd5721cba05488a.tar.gz
kernel-qcow2-linux-82baa6b0829b810329dd72a31cd5721cba05488a.tar.xz
kernel-qcow2-linux-82baa6b0829b810329dd72a31cd5721cba05488a.zip
MIPS: PMC-Sierra: Move board Makefile parts to their own Platform file
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1354/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra/Platform')
-rw-r--r--arch/mips/pmc-sierra/Platform14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/pmc-sierra/Platform b/arch/mips/pmc-sierra/Platform
new file mode 100644
index 000000000000..f092f2524c5f
--- /dev/null
+++ b/arch/mips/pmc-sierra/Platform
@@ -0,0 +1,14 @@
+#
+# PMC-Sierra MSP SOCs
+#
+platform-$(CONFIG_PMC_MSP) += pmc-sierra/msp71xx/
+cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \
+ -mno-branch-likely
+load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
+
+#
+# PMC-Sierra Yosemite
+#
+platform-$(CONFIG_PMC_YOSEMITE) += pmc-sierra/yosemite/
+cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite
+load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000