diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-07-20 11:40:01 +0900 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-22 23:39:42 +0200 |
commit | 6b96a20d512b04a808438553874c00cf40812c44 (patch) | |
tree | f458ff1fc03a96e28706933e42499fb204c33ab4 /cpu/arm_cortexa8/omap3/Makefile | |
parent | 8bf29b59fce8cc381114929082202d800e313ad5 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/omap3/Makefile b/cpu/arm_cortexa8/omap3/Makefile index 1fbd0dcdac..eef165c334 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 |