diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 20:09:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 20:09:31 -0400 |
commit | 4b30b6f23a1a59cda29cc12566eb4f32a22a8069 (patch) | |
tree | 69e262a5065ce8be21c919febd29d5d9660f3e97 /arch/arm/Makefile | |
parent | 38da590bef19f23d4b610aecaad4f32de483890d (diff) | |
parent | 6c59c115b0f295434cc4f917d180fecd84d39f81 (diff) |
Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
* 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc:
MAINTAINERS: add maintainer of CSR SiRFprimaII machine
ARM: CSR: initializing L2 cache
ARM: CSR: mapping early DEBUG_LL uart
ARM: CSR: Adding CSR SiRFprimaII board support
OMAP4: clocks: Update the clock tree with 4460 clock nodes
OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts
OMAP4: ID: add omap_has_feature for max freq supported
OMAP: ID: introduce chip detection for OMAP4460
ARM: Xilinx: merge board file into main platform code
ARM: Xilinx: Adding Xilinx board support
Fix up conflicts in arch/arm/mach-omap2/cm-regbits-44xx.h
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 206c34ecb9e3..3a4a04b33d0f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -168,6 +168,7 @@ machine-$(CONFIG_ARCH_OMAP3) := omap2 | |||
168 | machine-$(CONFIG_ARCH_OMAP4) := omap2 | 168 | machine-$(CONFIG_ARCH_OMAP4) := omap2 |
169 | machine-$(CONFIG_ARCH_ORION5X) := orion5x | 169 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
170 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 170 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
171 | machine-$(CONFIG_ARCH_PRIMA2) := prima2 | ||
171 | machine-$(CONFIG_ARCH_PXA) := pxa | 172 | machine-$(CONFIG_ARCH_PXA) := pxa |
172 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 173 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
173 | machine-$(CONFIG_ARCH_RPC) := rpc | 174 | machine-$(CONFIG_ARCH_RPC) := rpc |
@@ -194,6 +195,7 @@ machine-$(CONFIG_MACH_SPEAR300) := spear3xx | |||
194 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx | 195 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx |
195 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx | 196 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx |
196 | machine-$(CONFIG_MACH_SPEAR600) := spear6xx | 197 | machine-$(CONFIG_MACH_SPEAR600) := spear6xx |
198 | machine-$(CONFIG_ARCH_ZYNQ) := zynq | ||
197 | 199 | ||
198 | # Platform directory name. This list is sorted alphanumerically | 200 | # Platform directory name. This list is sorted alphanumerically |
199 | # by CONFIG_* macro name. | 201 | # by CONFIG_* macro name. |
@@ -201,6 +203,7 @@ plat-$(CONFIG_ARCH_MXC) := mxc | |||
201 | plat-$(CONFIG_ARCH_OMAP) := omap | 203 | plat-$(CONFIG_ARCH_OMAP) := omap |
202 | plat-$(CONFIG_ARCH_S3C64XX) := samsung | 204 | plat-$(CONFIG_ARCH_S3C64XX) := samsung |
203 | plat-$(CONFIG_ARCH_TCC_926) := tcc | 205 | plat-$(CONFIG_ARCH_TCC_926) := tcc |
206 | plat-$(CONFIG_ARCH_ZYNQ) := versatile | ||
204 | plat-$(CONFIG_PLAT_IOP) := iop | 207 | plat-$(CONFIG_PLAT_IOP) := iop |
205 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik | 208 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik |
206 | plat-$(CONFIG_PLAT_ORION) := orion | 209 | plat-$(CONFIG_PLAT_ORION) := orion |