diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-09-23 14:04:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-28 15:40:31 -0400 |
commit | abbb0db2bd9d0bbfad3219604045168c50180539 (patch) | |
tree | d7c370e8ea9d507de1e8f60241355f50dab3c62e /arch/arm/Makefile | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
ARM: Remove mach-bcmring
Remove mach-bcmring as this is no longer maintained or used.
Signed-off-by: Christian Daudt <csd@broadcom.com>
Reviewed-by: Jiandong Zheng <jdzheng@broadcom.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 30eae87ead6d..8383e2ed6906 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -136,7 +136,6 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 | |||
136 | # Machine directory name. This list is sorted alphanumerically | 136 | # Machine directory name. This list is sorted alphanumerically |
137 | # by CONFIG_* macro name. | 137 | # by CONFIG_* macro name. |
138 | machine-$(CONFIG_ARCH_AT91) := at91 | 138 | machine-$(CONFIG_ARCH_AT91) := at91 |
139 | machine-$(CONFIG_ARCH_BCMRING) := bcmring | ||
140 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x | 139 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x |
141 | machine-$(CONFIG_ARCH_CNS3XXX) := cns3xxx | 140 | machine-$(CONFIG_ARCH_CNS3XXX) := cns3xxx |
142 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 141 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |