summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/omap3/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-07-20 11:40:01 +0900
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-22 23:39:42 +0200
commit6b96a20d512b04a808438553874c00cf40812c44 (patch)
treef458ff1fc03a96e28706933e42499fb204c33ab4 /cpu/arm_cortexa8/omap3/Makefile
parent8bf29b59fce8cc381114929082202d800e313ad5 (diff)
downloadu-boot-imx-6b96a20d512b04a808438553874c00cf40812c44.zip
u-boot-imx-6b96a20d512b04a808438553874c00cf40812c44.tar.gz
u-boot-imx-6b96a20d512b04a808438553874c00cf40812c44.tar.bz2
ARM Cortex A8: Move OMAP3 specific reset handler
Because of the reset_cpu is soc specific, should be move to soc Cc: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'cpu/arm_cortexa8/omap3/Makefile')
-rw-r--r--cpu/arm_cortexa8/omap3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/omap3/Makefile b/cpu/arm_cortexa8/omap3/Makefile
index 1fbd0dc..eef165c 100644
--- a/cpu/arm_cortexa8/omap3/Makefile
+++ b/cpu/arm_cortexa8/omap3/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
SOBJS := lowlevel_init.o
+SOBJS += reset.o
COBJS += board.o
COBJS += cache.o