summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/socfpga/Makefile
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2013-08-07 10:08:03 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-09-06 12:09:06 +0200
commit68e1747f9c0506159e8ecc9a4feb58e9c65a7b39 (patch)
treec4b1a1ba9d50e05a3839b51a8f4cbeeb6762f3fd /arch/arm/cpu/armv7/socfpga/Makefile
parent31ad864e47f03288bf1d4232913b38ddb624345c (diff)
downloadtalos-obmc-uboot-68e1747f9c0506159e8ecc9a4feb58e9c65a7b39.tar.gz
talos-obmc-uboot-68e1747f9c0506159e8ecc9a4feb58e9c65a7b39.zip
socfpga: Creating driver for Reset Manager
Consolidating reset code into reset_manager.c. Also separating reset configuration for virtual target and real hardware Cyclone V development kit Signed-off-by: Chin Liang See <clsee@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Pavel Machek <pavel@denx.de> Cc: Dinh Nguyen <dinguyen@altera.com> Cc: Tom Rini <trini@ti.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/armv7/socfpga/Makefile')
-rw-r--r--arch/arm/cpu/armv7/socfpga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/socfpga/Makefile b/arch/arm/cpu/armv7/socfpga/Makefile
index 3b48ac9b2b..5024fc55e2 100644
--- a/arch/arm/cpu/armv7/socfpga/Makefile
+++ b/arch/arm/cpu/armv7/socfpga/Makefile
@@ -13,7 +13,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
SOBJS := lowlevel_init.o
-COBJS-y := misc.o timer.o
+COBJS-y := misc.o timer.o reset_manager.o
COBJS-$(CONFIG_SPL_BUILD) += spl.o
COBJS := $(COBJS-y)
OpenPOWER on IntegriCloud