From adc2480b523060990d3697809fb934ff25e94398 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:54 +0100 Subject: [PATCH] --- yaml --- r: 204510 b: refs/heads/master c: 53e4345906703785d6d02bd1b418abe2e8c9ebc1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Kbuild.platforms | 1 + trunk/arch/mips/Makefile | 7 ------- trunk/arch/mips/bcm47xx/Platform | 7 +++++++ 4 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 trunk/arch/mips/bcm47xx/Platform diff --git a/[refs] b/[refs] index b3594e6ff7cf..75224eb8ef02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd152b095ef67898ed794f100e4ecc5298a61ad8 +refs/heads/master: 53e4345906703785d6d02bd1b418abe2e8c9ebc1 diff --git a/trunk/arch/mips/Kbuild.platforms b/trunk/arch/mips/Kbuild.platforms index d99704cac561..e4c991efee91 100644 --- a/trunk/arch/mips/Kbuild.platforms +++ b/trunk/arch/mips/Kbuild.platforms @@ -2,6 +2,7 @@ platforms += alchemy platforms += ar7 +platforms += bcm47xx platforms += cobalt platforms += dec platforms += jazz diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 24ba9394fa68..b855d066b82f 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -279,13 +279,6 @@ load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 -# -# Broadcom BCM47XX boards -# -core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ -cflags-$(CONFIG_BCM47XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm47xx -load-$(CONFIG_BCM47XX) := 0xffffffff80001000 - # # Broadcom BCM63XX boards # diff --git a/trunk/arch/mips/bcm47xx/Platform b/trunk/arch/mips/bcm47xx/Platform new file mode 100644 index 000000000000..874b7ca4cd11 --- /dev/null +++ b/trunk/arch/mips/bcm47xx/Platform @@ -0,0 +1,7 @@ +# +# Broadcom BCM47XX boards +# +platform-$(CONFIG_BCM47XX) += bcm47xx/ +cflags-$(CONFIG_BCM47XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-bcm47xx +load-$(CONFIG_BCM47XX) := 0xffffffff80001000