From dd1661e27a7879d3af0024ba94e171522492dd2f Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 21:10:37 +0000 Subject: ARM: restart: spear: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Viresh Kumar Signed-off-by: Russell King --- arch/arm/plat-spear/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/plat-spear/Makefile') diff --git a/arch/arm/plat-spear/Makefile b/arch/arm/plat-spear/Makefile index b4f340b..e0f2e5b 100644 --- a/arch/arm/plat-spear/Makefile +++ b/arch/arm/plat-spear/Makefile @@ -3,6 +3,6 @@ # # Common support -obj-y := clock.o time.o +obj-y := clock.o restart.o time.o obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o padmux.o -- cgit v1.1