diff options
-rw-r--r-- | include/asm-arm/arch-s3c2410/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/system.h b/include/asm-arm/arch-s3c2410/system.h index 718246d85952..4f72a853a5cf 100644 --- a/include/asm-arm/arch-s3c2410/system.h +++ b/include/asm-arm/arch-s3c2410/system.h | |||
@@ -71,7 +71,7 @@ arch_reset(char mode) | |||
71 | 71 | ||
72 | /* set the watchdog to go and reset... */ | 72 | /* set the watchdog to go and reset... */ |
73 | __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | | 73 | __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | |
74 | S3C2410_WTCON_PRESCALE(0x80), S3C2410_WTCON); | 74 | S3C2410_WTCON_PRESCALE(0x20), S3C2410_WTCON); |
75 | 75 | ||
76 | /* wait for reset to assert... */ | 76 | /* wait for reset to assert... */ |
77 | mdelay(5000); | 77 | mdelay(5000); |