aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442/include/mach
diff options
context:
space:
mode:
authorJongpill Lee <boyko.lee@samsung.com>2010-06-23 08:35:03 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 05:30:22 -0400
commit9a423b0ffdf7c75d852056447202e64822263c6a (patch)
treec438bea2d96ffdfd2c410c106c77a15359440811 /arch/arm/mach-s5p6442/include/mach
parentd7f1e82ac982dead64d2b3825b7d33db3023a514 (diff)
ARM: S5P: Add Support common arch_reset() for S5P
This patch adds support common arch_reset() for S5P6440, S5P6442, S5PC100 and S5PV210/S5PC110. Now perform reset using Watchdog reset, SWRESET support with s5p_reset_hook() will be added later. Signed-off-by: Jongpill Lee <boyko.lee@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach')
-rw-r--r--arch/arm/mach-s5p6442/include/mach/system.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/system.h b/arch/arm/mach-s5p6442/include/mach/system.h
index 8bcd8ed0c3c3..c30c1cc1b97e 100644
--- a/arch/arm/mach-s5p6442/include/mach/system.h
+++ b/arch/arm/mach-s5p6442/include/mach/system.h
@@ -13,12 +13,9 @@
13#ifndef __ASM_ARCH_SYSTEM_H 13#ifndef __ASM_ARCH_SYSTEM_H
14#define __ASM_ARCH_SYSTEM_H __FILE__ 14#define __ASM_ARCH_SYSTEM_H __FILE__
15 15
16static void arch_idle(void) 16#include <plat/system-reset.h>
17{
18 /* nothing here yet */
19}
20 17
21static void arch_reset(char mode, const char *cmd) 18static void arch_idle(void)
22{ 19{
23 /* nothing here yet */ 20 /* nothing here yet */
24} 21}