Commit 53e4345906703785d6d02bd1b418abe2e8c9ebc1
1 parent
bd152b095e
Exists in
master
and in
7 other branches
MIPS: BCM47xx: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 3 changed files with 8 additions and 7 deletions Side-by-side Diff
arch/mips/Kbuild.platforms
arch/mips/Makefile
... | ... | @@ -280,13 +280,6 @@ |
280 | 280 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 |
281 | 281 | |
282 | 282 | # |
283 | -# Broadcom BCM47XX boards | |
284 | -# | |
285 | -core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ | |
286 | -cflags-$(CONFIG_BCM47XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm47xx | |
287 | -load-$(CONFIG_BCM47XX) := 0xffffffff80001000 | |
288 | - | |
289 | -# | |
290 | 283 | # Broadcom BCM63XX boards |
291 | 284 | # |
292 | 285 | core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ |
arch/mips/bcm47xx/Platform