diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-08-11 13:58:22 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 07:46:40 -0400 |
commit | c4b4500910b2dac1dd2e02fb498c059688fb606a (patch) | |
tree | 6bf8e922455f18eb3f8dbdaaf205aa9b04c38db5 /arch/arm/cpu/armv7/Makefile | |
parent | b0e31c7b66314ccc64ce51fb1b3032946a5f74e3 (diff) | |
download | u-boot-imx-c4b4500910b2dac1dd2e02fb498c059688fb606a.zip u-boot-imx-c4b4500910b2dac1dd2e02fb498c059688fb606a.tar.gz u-boot-imx-c4b4500910b2dac1dd2e02fb498c059688fb606a.tar.bz2 |
arm: iproc: Initial commit of iproc architecture code
The iproc architecture code is present in several Broadcom
chip architectures, including Cygnus and NSP.
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch/arm/cpu/armv7/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile index 703ce8c..afeed4d 100644 --- a/arch/arm/cpu/armv7/Makefile +++ b/arch/arm/cpu/armv7/Makefile @@ -28,6 +28,7 @@ ifneq ($(CONFIG_ARMV7_PSCI),) obj-y += psci.o endif +obj-$(CONFIG_IPROC) += iproc-common/ obj-$(CONFIG_KONA) += kona-common/ obj-$(CONFIG_OMAP_COMMON) += omap-common/ obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o |