diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2014-12-25 09:49:00 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:21:35 +0200 |
commit | 5f2d44591fb374ae346a3df682d722b68552adc2 (patch) | |
tree | 22bd5d017c3b9fe25a25587ebb65b05abf37cbe1 /arch/mips/bmips/Platform | |
parent | eb2236ea580bb21c954c889cc3dc05b3e98238cd (diff) | |
download | linux-stable-5f2d44591fb374ae346a3df682d722b68552adc2.tar.gz linux-stable-5f2d44591fb374ae346a3df682d722b68552adc2.tar.bz2 linux-stable-5f2d44591fb374ae346a3df682d722b68552adc2.zip |
MIPS: bcm3384: Rename "bcm3384" target to "bmips"
This platform is configured primarily through device tree, and we can
reuse the same code to support a bunch of other chips. Change the name
to reflect this.
[ralf@linux-mips.org: Fix conflicts with other patches.]
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jaedon.shin@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8838/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bmips/Platform')
-rw-r--r-- | arch/mips/bmips/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/bmips/Platform b/arch/mips/bmips/Platform new file mode 100644 index 000000000000..5f127fd7f4b5 --- /dev/null +++ b/arch/mips/bmips/Platform @@ -0,0 +1,7 @@ +# +# Broadcom Generic BMIPS kernel +# +platform-$(CONFIG_BMIPS_GENERIC) += bmips/ +cflags-$(CONFIG_BMIPS_GENERIC) += \ + -I$(srctree)/arch/mips/include/asm/mach-bmips/ +load-$(CONFIG_BMIPS_GENERIC) := 0xffffffff80010000 |