diff options
author | Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> | 2011-12-20 00:23:00 -0200 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2012-04-23 07:48:55 -0600 |
commit | 6f8db254658bca6bd8eb11a40a86613b2e0103e5 (patch) | |
tree | 72e3f73d330d1584943745873f80b2240341b3a4 /arch/arm/cpu/armv7/omap3/Makefile | |
parent | 05613f53eb67dff5de257410f7426784c200e7f0 (diff) | |
download | u-boot-linaro-stable-Linaro-u-boot-2012.04.tar.gz |
Revert "armv7: adapt omap3 to the new cache maintenance framework"2012.04.1Linaro-u-boot-2012.04
This reverts commit 45bf05854bc94ed8bae9e9114292895b990327ea.
Conflicts:
arch/arm/cpu/armv7/omap3/board.c
arch/arm/cpu/armv7/omap3/lowlevel_init.S
arch/arm/include/asm/arch-omap3/sys_proto.h
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Conflicts:
arch/arm/cpu/armv7/omap3/board.c
Diffstat (limited to 'arch/arm/cpu/armv7/omap3/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap3/Makefile b/arch/arm/cpu/armv7/omap3/Makefile index ac597be25..301853cf8 100644 --- a/arch/arm/cpu/armv7/omap3/Makefile +++ b/arch/arm/cpu/armv7/omap3/Makefile @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).o SOBJS := lowlevel_init.o +SOBJS += cache.o COBJS += board.o COBJS += clock.o |