summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1176/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/arm1176/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/arm1176/Makefile')
-rw-r--r--arch/arm/cpu/arm1176/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm1176/Makefile b/arch/arm/cpu/arm1176/Makefile
index deec427..cd6dc9c 100644
--- a/arch/arm/cpu/arm1176/Makefile
+++ b/arch/arm/cpu/arm1176/Makefile
@@ -8,5 +8,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
+obj- += dummy.o
extra-y = start.o
-obj-y = cpu.o
+
+obj-y += ../arm11/