summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/Makefile
diff options
context:
space:
mode:
authorAlexander Stein <alexanders83@web.de>2015-07-24 09:22:10 +0200
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:41 -0400
commit2085ae74dee47ed3da63416aac0305936b43eeea (patch)
tree8739d32fffb98508984cf9aa7d5a764136d1b6da /arch/arm/cpu/arm1136/Makefile
parentb16a52b9b5185176a8923476bebc2e0bc29148da (diff)
downloadu-boot-imx-2085ae74dee47ed3da63416aac0305936b43eeea.zip
u-boot-imx-2085ae74dee47ed3da63416aac0305936b43eeea.tar.gz
u-boot-imx-2085ae74dee47ed3da63416aac0305936b43eeea.tar.bz2
arm1136/arm1176: Merge cache handling code
As both cores are similar merge the cache handling code for both CPUs to arm11 directory. Signed-off-by: Alexander Stein <alexanders83@web.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Stephen Warren <swarren@wwwdotorg.org> [trini: Add hunk to arch/arm/cpu/arm1136/Makefile] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/arm1136/Makefile')
-rw-r--r--arch/arm/cpu/arm1136/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm1136/Makefile b/arch/arm/cpu/arm1136/Makefile
index 56a9390..dbdafeb 100644
--- a/arch/arm/cpu/arm1136/Makefile
+++ b/arch/arm/cpu/arm1136/Makefile
@@ -6,7 +6,7 @@
#
extra-y = start.o
-obj-y = cpu.o
+obj-y += ../arm11/
obj-$(CONFIG_MX31) += mx31/
obj-$(CONFIG_MX35) += mx35/