From f5e8abd6f1fdba3abf6675700069005e25531208 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:54 +0100 Subject: MIPS: BCM63xx: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/mips/Makefile') diff --git a/arch/mips/Makefile b/arch/mips/Makefile index b855d066b82f..4cb60db6a44a 100644 --- a/arch/mips/Makefile +++ b/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 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 # -- cgit v1.2.3-59-g8ed1b