summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/Makefile
diff options
context:
space:
mode:
authorChris Brand <chris.brand@broadcom.com>2016-05-11 14:36:20 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2016-06-06 11:47:28 -0700
commit4533d5f7dd8bcf4d9348f1f8b707ca2599531183 (patch)
treeb89bf858ca355b5fe0e81e0394e5ebb7a4070d7e /arch/arm/mach-bcm/Makefile
parent406c8f6c9954da1a521f2cb7efbee730e40b95b9 (diff)
downloadtalos-obmc-linux-4533d5f7dd8bcf4d9348f1f8b707ca2599531183.tar.gz
talos-obmc-linux-4533d5f7dd8bcf4d9348f1f8b707ca2599531183.zip
ARM: Add support for Broadcom BCM23550 SoC
BCM23550 is a quad-A7 SoC used on the Broadcom "Sparrow" board. It shares many IP blocks with other Broadcom Kona chips. Signed-off-by: Chris Brand <chris.brand@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm/Makefile')
-rw-r--r--arch/arm/mach-bcm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 7d665151c772..980f5850097c 100644
--- a/arch/arm/mach-bcm/Makefile
+++ b/arch/arm/mach-bcm/Makefile
@@ -26,7 +26,10 @@ obj-$(CONFIG_ARCH_BCM_281XX) += board_bcm281xx.o
# BCM21664
obj-$(CONFIG_ARCH_BCM_21664) += board_bcm21664.o
-# BCM281XX and BCM21664 SMP support
+# BCM23550
+obj-$(CONFIG_ARCH_BCM_23550) += board_bcm23550.o
+
+# BCM281XX, BCM21664 and BCM23550 SMP support
obj-$(CONFIG_ARCH_BCM_MOBILE_SMP) += platsmp.o
# BCM281XX and BCM21664 L2 cache control
OpenPOWER on IntegriCloud