summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/Makefile
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:28 +0200
commit053034d182ef3987e1c733b9ed7f8d4b51c3a1af (patch)
treebfb9e2a1c7fed811855e7cfec53684f480ac8b5f /arch/arm/cpu/Makefile
parentcd008fb265a665f88503b3cb1df8f48d768d807a (diff)
downloadbarebox-053034d182ef3987e1c733b9ed7f8d4b51c3a1af.tar.gz
barebox-053034d182ef3987e1c733b9ed7f8d4b51c3a1af.tar.xz
010-OMAP-addbase
[Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8 This patch adds support for OMAP3 platforms. Mainly to setup the infrastructure. ARMV7 requires a different I/D cache cleanup code which is introduced in this patch Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'arch/arm/cpu/Makefile')
-rw-r--r--arch/arm/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile
index 9f8ce55023..e6d1d5f816 100644
--- a/arch/arm/cpu/Makefile
+++ b/arch/arm/cpu/Makefile
@@ -6,4 +6,5 @@ obj-y += interrupts.o
#
obj-$(CONFIG_ARM920T) += start-arm.o
obj-$(CONFIG_ARM926EJS) += start-arm.o
+obj-$(CONFIG_ARMCORTEXA8) += start-arm.o
obj-$(CONFIG_ARCH_IMX31) += start-arm.o