Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204511
b: refs/heads/master
c: f5e8abd
h: refs/heads/master
i:
  204509: 8759707
  204507: ab04054
  204503: 00f425f
  204495: 37bc6f8
  204479: c4e60a0
v: v3
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent adc2480 commit 841de97
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 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: 53e4345906703785d6d02bd1b418abe2e8c9ebc1
refs/heads/master: f5e8abd6f1fdba3abf6675700069005e25531208
1 change: 1 addition & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
platforms += alchemy
platforms += ar7
platforms += bcm47xx
platforms += bcm63xx
platforms += cobalt
platforms += dec
platforms += jazz
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,6 @@ load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000
core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/
load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000

#
# Broadcom BCM63XX boards
#
core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/
cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
load-$(CONFIG_BCM63XX) := 0xffffffff80010000

#
# Common TXx9
#
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/bcm63xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o

obj-y += boards/

EXTRA_CFLAGS += -Werror
7 changes: 7 additions & 0 deletions trunk/arch/mips/bcm63xx/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Broadcom BCM63XX boards
#
platform-$(CONFIG_BCM63XX) += bcm63xx/
cflags-$(CONFIG_BCM63XX) += \
-I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
load-$(CONFIG_BCM63XX) := 0xffffffff80010000

0 comments on commit 841de97

Please sign in to comment.