diff options
Diffstat (limited to 'arch/mips/bcm47xx/Platform')
-rw-r--r-- | arch/mips/bcm47xx/Platform | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Platform b/arch/mips/bcm47xx/Platform new file mode 100644 index 000000000..70783b75f --- /dev/null +++ b/arch/mips/bcm47xx/Platform @@ -0,0 +1,8 @@ +# +# Broadcom BCM47XX boards +# +platform-$(CONFIG_BCM47XX) += bcm47xx/ +cflags-$(CONFIG_BCM47XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-bcm47xx +load-$(CONFIG_BCM47XX) := 0xffffffff80001000 +zload-$(CONFIG_BCM47XX) += 0xffffffff80400000 |