Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204498
b: refs/heads/master
c: 82baa6b
h: refs/heads/master
v: v3
  • Loading branch information
Shane McDonald authored and Ralf Baechle committed Aug 5, 2010
1 parent a715d12 commit 7443e90
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4300a92e9b3794caee33a8f3985ad883db1b4650
refs/heads/master: 82baa6b0829b810329dd72a31cd5721cba05488a
1 change: 1 addition & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platforms += ar7
platforms += cobalt
platforms += loongson
platforms += mipssim
platforms += pmc-sierra
platforms += sgi-ip27
platforms += vr41xx

Expand Down
15 changes: 0 additions & 15 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,21 +221,6 @@ cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin

#
# PMC-Sierra MSP SOCs
#
core-$(CONFIG_PMC_MSP) += arch/mips/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
#
core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/
cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite
load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000

#
# LASAT platforms
#
Expand Down
14 changes: 14 additions & 0 deletions trunk/arch/mips/pmc-sierra/Platform
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7443e90

Please sign in to comment.